diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/main.js b/bitbake/lib/toaster/toastergui/static/js/main.js index 032584d4e2..3710e59e92 100644 --- a/bitbake/lib/toaster/toastergui/static/js/main.js +++ b/bitbake/lib/toaster/toastergui/static/js/main.js | |||
@@ -15,6 +15,11 @@ $(document).ready(function() { | |||
15 | 15 | ||
16 | /* Belen's additions */ | 16 | /* Belen's additions */ |
17 | 17 | ||
18 | // turn Edit columns dropdown into a multiselect menu | ||
19 | $('.dropdown-menu input, .dropdown-menu label').click(function(e) { | ||
20 | e.stopPropagation(); | ||
21 | }); | ||
22 | |||
18 | // enable popovers in any table cells that contain an anchor with the | 23 | // enable popovers in any table cells that contain an anchor with the |
19 | // .btn class applied | 24 | // .btn class applied |
20 | $('td > a.btn').popover({html:true, container:'body', placement:'left'}); | 25 | $('td > a.btn').popover({html:true, container:'body', placement:'left'}); |