mysliceMessage() js function can be used to display a message
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 6 May 2014 16:20:05 +0000 (18:20 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Tue, 6 May 2014 16:20:05 +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) {