From 0b7336baf3ddaf5c18285556344e2afa9907a7f7 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Tue, 6 May 2014 18:20:05 +0200 Subject: [PATCH] mysliceMessage() js function can be used to display a message --- portal/static/js/myslice-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.43.0