Skip to content

Commit

Permalink
Fix unclosed brackets in lockable-resources.js (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavafenkin authored Oct 29, 2024
1 parent c2bc2c6 commit 8cf9c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/js/lockable-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jQuery(document).ready(function () {
button.addEventListener("click", function (event) {
changeQueueOrder(event.target.dataset.queueItemId);
});
});

document.querySelectorAll(".lockable-resources-replace-note").forEach(function (anchor) {
anchor.addEventListener("click", function (event) {
Expand Down

0 comments on commit 8cf9c29

Please sign in to comment.