mysliceMessage() js function can be used to display a message
[myslice.git] / 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) {