Author: ornicar2
Date: 2010-01-23 15:31:33 +0100 (Sat, 23 Jan 2010)
New Revision: 27093
Modified:
plugins/diemPlugin/trunk/dmAdminPlugin/web/js/dmAdminForm.js
Log:
[Diem]
- disable request logging on ajax markdown preview requests
Modified: plugins/diemPlugin/trunk/dmAdminPlugin/web/js/dmAdminForm.js
===================================================================
--- plugins/diemPlugin/trunk/dmAdminPlugin/web/js/dmAdminForm.js
2010-01-23 13:38:55 UTC (rev 27092)
+++ plugins/diemPlugin/trunk/dmAdminPlugin/web/js/dmAdminForm.js
2010-01-23 14:31:33 UTC (rev 27093)
@@ -55,7 +55,7 @@
$.ajax({
type: "POST",
mode: "abort",
- url: $.dm.ctrl.getHref('+/dmCore/markdown'),
+ url: $.dm.ctrl.getHref('+/dmCore/markdown')+"?dm_nolog=1",
data: {
text: value
},
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.