Skip to content

Commit

Permalink
kitodo#3747 improvements of codacy review
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 22, 2021
1 parent 5add445 commit 0a5f4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kitodo/src/main/webapp/WEB-INF/resources/js/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function registerRowToggleEvents(event) {
}

$( document ).on( "click", ".allSelectable .ui-chkbox-all .ui-chkbox-box", function() {
/*global PF*/
if( $(this).hasClass( "ui-state-active" ) ) {
PF('allSelectableOverlayPanel').show();
} else {
Expand Down

0 comments on commit 0a5f4b7

Please sign in to comment.