# HG changeset patch # User Aurelien Campeas # Date 1280483596 -7200 # Node ID bfe13118b5aacecb3df76bfe401ad8ebdd6d9a81 # Parent df9cafb8062c232f7e73f39b06731d07005f0941 [js/edition] fix pb with IE not handling long GETs #1203789 diff -r df9cafb8062c -r bfe13118b5aa web/data/cubicweb.edition.js --- a/web/data/cubicweb.edition.js Fri Jul 30 11:11:08 2010 +0200 +++ b/web/data/cubicweb.edition.js Fri Jul 30 11:53:16 2010 +0200 @@ -586,7 +586,7 @@ try { var zipped = cw.utils.formContents(formid); var args = ajaxFuncArgs('validate_form', null, action, zipped[0], zipped[1]); - var d = loadRemote('json', args); + var d = loadRemote('json', args, 'POST'); } catch(ex) { log('got exception', ex); return false;