updater now has the logic to turn itself off and back on (although for now only in...
[myslice.git] / plugins / querycode / querycode.py
index b29917d..55da3e9 100644 (file)
@@ -5,8 +5,6 @@ class QueryCode (Plugin):
     def __init__ (self, query, **settings):
         Plugin.__init__ (self, **settings)
         self.query=query
-        # our javascript requires the details of the manifold server
-        self.page.expose_js_manifold_config()
 
     def template_file (self):
         return "querycode.html"