X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=3d1875717376d16164437374d7b9f445fa9a46ee;hb=dfa0e7671a6c8363cc0531bace287d638bc1d510;hp=5a15a3d8e605471ab4eada8d8335e37902916a06;hpb=4f924a3d5b8d6ca7cf022e15900369c7a0c4ce7e;p=myslice.git diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 5a15a3d8..3d187571 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -173,7 +173,7 @@ GOOGLEMAP_BGCOLOR_REMOVED = 2; data = { state: STATE_SET, key : null, - op : this.checked ? SET_ADD : SET_REMOVED, + op : this.checked ? STATE_SET_ADD : STATE_SET_REMOVE, value: id } manifold.raise_event(self.options.query_uuid, FIELD_STATE_CHANGED, data);