utils.py
changeset 4903 627fcd90e08f
parent 4899 c666d265fb95
child 4961 03e083faefbf
--- a/utils.py	Fri Mar 12 16:23:21 2010 +0100
+++ b/utils.py	Fri Mar 12 16:53:18 2010 +0100
@@ -160,7 +160,7 @@
             warn('[3.7] specifying jsoncall is not needed anymore',
                  DeprecationWarning, stacklevel=2)
         self.add_post_inline_script(u"""jQuery(CubicWeb).one('server-response', function(event) {
-});""" % jscode)
+%s});""" % jscode)
 
 
     def add_js(self, jsfile):