From 32049b46b3848da8f5864e6d956f2733d907b797 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 10 Mar 2014 18:28:40 +0100 Subject: [PATCH] slice resource view: removed map init as we now use the plugin --- portal/static/js/onelab_slice-resource-view.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portal/static/js/onelab_slice-resource-view.js b/portal/static/js/onelab_slice-resource-view.js index 28b1a4ef..45b83959 100644 --- a/portal/static/js/onelab_slice-resource-view.js +++ b/portal/static/js/onelab_slice-resource-view.js @@ -4,10 +4,11 @@ $(document).ready(function() { $(this).parent().addClass('active'); $('div.panel').hide(); $('div#'+$(this).data('panel')).show(); - + /* if ($(this).data('panel') == 'map') { mapInit(); } + */ }); $.get("/rest/network", function(data) { -- 2.47.0