diff -r 20f63f716f0e -r d16b42c1e517 web/data/cubicweb.edition.js --- 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) {