harmonize js files naming under unfold/
[unfold.git] / plugins / googlemap / __init__.py
index 8ceaec6..a769f7f 100644 (file)
@@ -35,7 +35,7 @@ class GoogleMap (Plugin):
                            "/js/googlemap.js",
                            "/js/markerclusterer.js",
                             "js/manifold.js", "js/manifold-query.js", 
-                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
+                            "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                             "js/unfold-helper.js",
                            ],
             'css_files' : [ "css/googlemap.css",
@@ -44,4 +44,8 @@ class GoogleMap (Plugin):
         return reqs
 
     # the list of things passed to the js plugin
-    def json_settings_list (self): return ['plugin_uuid','query_uuid', 'query_all_uuid', 'latitude', 'longitude', 'zoom', ]
+    def json_settings_list (self): 
+        return [ 'plugin_uuid', 'query_uuid', 'query_all_uuid',
+                 'init_key',
+                 'latitude', 'longitude', 'zoom', 
+                 ]