From: Ciro Scognamiglio Date: Tue, 6 May 2014 16:20:05 +0000 (+0200) Subject: mysliceMessage() js function can be used to display a message X-Git-Tag: myslice-1.1~111^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0b7336baf3ddaf5c18285556344e2afa9907a7f7;p=myslice.git mysliceMessage() js function can be used to display a message --- diff --git a/portal/static/js/myslice-ui.js b/portal/static/js/myslice-ui.js index 1c91ccd2..564e34a8 100644 --- a/portal/static/js/myslice-ui.js +++ b/portal/static/js/myslice-ui.js @@ -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) {