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