updater's query now has its own uuid
[myslice.git] / plugins / updater / updater.py
index 506416b..f04afc2 100644 (file)
@@ -13,7 +13,10 @@ class Updater (Plugin):
 
     def requirements (self):
         return {
-            'js_files' :  [ "js/updater.js" , "js/manifold.js", "js/manifold-query.js", ],
+            'js_files' :  [ "js/updater.js" , "js/manifold.js", "js/manifold-query.js", 
+                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+                            "js/Math.uuid.js",
+                            ],
             'css_files' : "css/updater.css",
             }