From 89495a4dff7f8a7e2e646a50245bbe3dd53c1b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 30 Apr 2016 09:21:28 +0200 Subject: [PATCH] js: invalidate leaflet map when container is displayed (#10780) --- static/dataview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/dataview.js b/static/dataview.js index 912497e..fe324b1 100644 --- a/static/dataview.js +++ b/static/dataview.js @@ -4,6 +4,7 @@ $(function() { function() { $(this).hide(); $('.dataview').show(); + $('.qommon-map').trigger('qommon:invalidate'); return false; }); }); -- 2.8.1