From 1053f701968bcab8050a4758ad3c0e3818764bd6 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 12 Mar 2014 16:50:15 +0100 Subject: [PATCH] GoogleMap : refresh triggered by show --- plugins/googlemap/static/js/googlemap.js | 2 +- portal/templates/onelab/onelab_slice-resource-view.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 9cde18ce..6db222d4 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -76,7 +76,7 @@ /* PLUGIN EVENTS */ on_show: function(e) { - if (debug) messages.debug("googlemap.on_show"); + if (debug) messages.debug("googlemap.on_show"); var googlemap = e.data; google.maps.event.trigger(googlemap.map, 'resize'); }, diff --git a/portal/templates/onelab/onelab_slice-resource-view.html b/portal/templates/onelab/onelab_slice-resource-view.html index e9bee5cf..8206fdfb 100644 --- a/portal/templates/onelab/onelab_slice-resource-view.html +++ b/portal/templates/onelab/onelab_slice-resource-view.html @@ -48,7 +48,7 @@
@@ -56,7 +56,6 @@
{{list_resources}} -