aboutsummaryrefslogtreecommitdiffstats
path: root/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:39 +0100
commite47a1cc160c0f1da060884a8585403b35375fb09 (patch)
treeff8c13ac112bf54f2df7f350ebf51b731e63d450 /lib/toaster/toastergui/static/js/libtoaster.js
parentcfef79e98b023252cd116d6cc4f90d261d47d13f (diff)
downloadbitbake-contrib-e47a1cc160c0f1da060884a8585403b35375fb09.tar.gz
toaster: Delete notification update front end implementation to design
Update the delete notifications to reflect feedback from design review comments. 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 'lib/toaster/toastergui/static/js/libtoaster.js')
-rw-r--r--lib/toaster/toastergui/static/js/libtoaster.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/js/libtoaster.js b/lib/toaster/toastergui/static/js/libtoaster.js
index 0832ba40c..86662b7a6 100644
--- a/lib/toaster/toastergui/static/js/libtoaster.js
+++ b/lib/toaster/toastergui/static/js/libtoaster.js
@@ -342,7 +342,7 @@ var libtoaster = (function () {
}
function _showChangeNotification(message){
- $(".alert").fadeOut().promise().done(function(){
+ $(".alert-dismissible").fadeOut().promise().done(function(){
var alertMsg = $("#change-notification-msg");
alertMsg.html(message);