X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2F__init__.py;h=583b8dd548fa8f845fb2a3ba88012f9b196e845b;hb=9323c1c60dcba3b9447f664019993076ae8e0c35;hp=8ceaec63701e6b135d9addf8c41504fffa1326bc;hpb=cb1243ee778aa1169b67e44a334186e23fc503df;p=myslice.git diff --git a/plugins/googlemap/__init__.py b/plugins/googlemap/__init__.py index 8ceaec63..583b8dd5 100644 --- a/plugins/googlemap/__init__.py +++ b/plugins/googlemap/__init__.py @@ -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', + ]