From b2353a7fcdfe325432913d5a81fb85619d4d0b25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Mon, 7 Jul 2014 11:11:10 +0200 Subject: [PATCH] fixed typo --- 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 af9c537d..5f640b93 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -271,7 +271,7 @@ GOOGLEMAP_BGCOLOR_REMOVED = 2; * be visible */ visible = false; $.each(marker.keys, function(j, key) { - visible = vislbe || manifold.query_store.get_record_state(self.options.query_uuid, key, STATE_VISIBLE); + visible = visible || manifold.query_store.get_record_state(self.options.query_uuid, key, STATE_VISIBLE); }); marker.setVisible(visible); }); -- 2.47.0