web/data/cubicweb.edition.js
branchstable
changeset 6903 d16b42c1e517
parent 6746 f29a5f015fc3
child 7258 2e7f0d6fa2d6
--- a/web/data/cubicweb.edition.js	Thu Jan 27 07:45:52 2011 +0100
+++ b/web/data/cubicweb.edition.js	Thu Jan 27 13:39:29 2011 +0100
@@ -588,7 +588,7 @@
         var args = ajaxFuncArgs('validate_form', null, action, zipped[0], zipped[1]);
         var d = loadRemote('json', args, 'POST');
     } catch(ex) {
-        log('got exception', ex);
+        cw.log('got exception', ex);
         return false;
     }
     d.addCallback(function(result, req) {