web/data/cubicweb.edition.js
branchstable
changeset 6043 bfe13118b5aa
parent 5937 82cac9383dd8
child 6215 759cf097f5aa
--- 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;