summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index 9339ae8bcc..99552de8c1 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -261,6 +261,8 @@ function layerDetailsPageInit (ctx) {
261 $("#alert-area").show(); 261 $("#alert-area").show();
262 } 262 }
263 263
264 $("#dismiss-alert").click(function(){ $(this).parent().hide() });
265
264 /* Add or remove this layer from the project */ 266 /* Add or remove this layer from the project */
265 addRmLayerBtn.click(function() { 267 addRmLayerBtn.click(function() {
266 var directive = $(this).data('directive'); 268 var directive = $(this).data('directive');