summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-10-05 17:08:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-06 11:41:48 +0100
commit7f67977518d69dc84cbbcc4cf1ea859c51e57d18 (patch)
tree69db092afd84dae2d7af07af4da24083eca01412 /bitbake/lib/toaster/toastergui/static/js/libtoaster.js
parent8df56061f63b63b77a0c7a7ddd75812e3b5a88c4 (diff)
downloadpoky-7f67977518d69dc84cbbcc4cf1ea859c51e57d18.tar.gz
bitbake: toaster: Delete notification update front end implementation to design
Update the delete notifications to reflect feedback from design review comments. (Bitbake rev: e47a1cc160c0f1da060884a8585403b35375fb09) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: bavery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/libtoaster.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/libtoaster.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
index 0832ba40c3..86662b7a68 100644
--- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
@@ -342,7 +342,7 @@ var libtoaster = (function () {
342 } 342 }
343 343
344 function _showChangeNotification(message){ 344 function _showChangeNotification(message){
345 $(".alert").fadeOut().promise().done(function(){ 345 $(".alert-dismissible").fadeOut().promise().done(function(){
346 var alertMsg = $("#change-notification-msg"); 346 var alertMsg = $("#change-notification-msg");
347 347
348 alertMsg.html(message); 348 alertMsg.html(message);