From: Loic Baron Date: Mon, 10 Mar 2014 17:28:40 +0000 (+0100) Subject: slice resource view: removed map init as we now use the plugin X-Git-Tag: myslice-1.1~208^2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=32049b46b3848da8f5864e6d956f2733d907b797;p=unfold.git slice resource view: removed map init as we now use the plugin --- 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) {