diff --git a/javascript/LeftAndMain_right.js b/javascript/LeftAndMain_right.js index a2375f12..36dd40f9 100755 --- a/javascript/LeftAndMain_right.js +++ b/javascript/LeftAndMain_right.js @@ -195,7 +195,7 @@ CMSForm.prototype = { } statusMessage(ss.i18n._t('CMSMAIN.SAVING'), null, true); - console.log(this.action+"?"+data); + new Ajax.Request(this.action, { method : this.method, postBody: data,