add query.js and plugin.js to the dashboard mix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 4 Mar 2013 14:44:16 +0000 (15:44 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 4 Mar 2013 14:44:16 +0000 (15:44 +0100)
plugins/simplelist.py

index 28c73f4..3a6e988 100644 (file)
@@ -14,7 +14,7 @@ class SimpleList (Plugin) :
     def template_file (self): return "simplelist.html"
 
     def requirements (self):
-        reqs = { 'js_files' : [ "js/simplelist.js" ],
+        reqs = { 'js_files' : [ "js/plugin.js", "js/query.js", "js/simplelist.js" ],
                  'css_files': [ "css/simplelist.css" ],
                  }
         if self.with_datatables: