@@ -, +, @@ all items' are grayed out - there is no more alert - the menu does not close --- koha-tmpl/intranet-tmpl/prog/js/catalog.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/catalog.js +++ a/koha-tmpl/intranet-tmpl/prog/js/catalog.js @@ -124,8 +124,7 @@ $(document).ready(function() { $("#deletebiblio").tooltip(); $("#batchedit-disabled,#batchdelete-disabled,#deleteallitems-disabled") .on("click",function(e){ - e.preventDefault(); - alertNoItems(); + e.stopPropagation(); }) .tooltip(); --