X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2Fquerycode.py;h=55da3e9c986601aac4f162e51a0b5ee5bbe187ee;hb=69867d5296684463d3aad4f6db867d24005102aa;hp=b29917d271b07058fe2c6397962161408e96833a;hpb=c234f555055c2b891f20970b5af38187d2116f87;p=myslice.git diff --git a/plugins/querycode/querycode.py b/plugins/querycode/querycode.py index b29917d2..55da3e9c 100644 --- a/plugins/querycode/querycode.py +++ b/plugins/querycode/querycode.py @@ -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"