From 1a17fe1834728dff6210388a9bda42dd20469242 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Thu, 24 Jul 2014 23:11:29 +0200 Subject: [PATCH] fixed SET_ADD --- plugins/googlemap/static/js/googlemap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 5a15a3d8..c51eb4f4 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_REMOVED, value: id } manifold.raise_event(self.options.query_uuid, FIELD_STATE_CHANGED, data); -- 2.43.0