summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerBtn.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerBtn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerBtn.js b/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
index 7318b3f50e..b2666ab92c 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
@@ -42,7 +42,7 @@ function layerBtnsInit() {
42 }); 42 });
43 }); 43 });
44 } else { 44 } else {
45 notification.text("1 layer deleted"); 45 notification.text("1 layer removed");
46 /* Deleting a layer we only hanlde the one button */ 46 /* Deleting a layer we only hanlde the one button */
47 thisBtn.fadeOut(function(){ 47 thisBtn.fadeOut(function(){
48 notification.fadeIn().delay(500).fadeOut(function(){ 48 notification.fadeIn().delay(500).fadeOut(function(){