@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -674,7 +674,7 @@ function tagAdded() { function enableCheckboxActions(){ // Enable/disable controls if checkboxes are checked - var checkedBoxes = $(".checkboxed input:checkbox:checked"); + var checkedBoxes = $("input.cb:checked"); var controls = $("#selections-toolbar .links a, #selections-toolbar .links input, #selections-toolbar .links select, #selections-toolbar .links label, #selections-toolbar .links button"); if ($(checkedBoxes).size()) { $("#selections").html(_("With selected titles: ")); --