web/component.py
changeset 6543 66145280a7e6
parent 6490 34359fbde6ef
child 6547 6be127941760
--- a/web/component.py	Tue Oct 19 11:59:23 2010 +0200
+++ b/web/component.py	Tue Oct 19 12:01:35 2010 +0200
@@ -116,7 +116,7 @@
         # XXX hack to avoid opening a new page containing the evaluation of the
         # js expression on ajax call
         if url.startswith('javascript:'):
-            url += '; noop();'
+            url += '; $.noop();'
         return url
 
     def ajax_page_url(self, **params):