slice resource view: removed map init as we now use the plugin
[unfold.git] / portal / static / js / onelab_slice-resource-view.js
index 28b1a4e..45b8395 100644 (file)
@@ -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) {