Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorLoic Baron <loic.baron@lip6.fr>
Tue, 6 May 2014 16:20:16 +0000 (18:20 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 6 May 2014 16:20:16 +0000 (18:20 +0200)
portal/static/js/myslice-ui.js

index 1c91ccd..564e34a 100644 (file)
@@ -22,7 +22,7 @@ $(document).ready(function() {
                $(this).parent().hide();
        });
 
-       mysliceAlert('hello','danger');
+       //mysliceAlert('hello','danger');
        
        
        $("#objectList").load("/table/resource/", {"fields" : ["hostname","hrn","country","type"], "options": ["checkbox"] }, function(data) {