slice resource view: removed map init as we now use the plugin
authorLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:28:40 +0000 (18:28 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:28:40 +0000 (18:28 +0100)
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) {