Skip to content

Commit

Permalink
Display page: Thumb modal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Jan 2, 2025
1 parent 35d5ac5 commit 6f6a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/core/xibo-cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (!String.prototype.endsWith) {
}

// Set up the light boxes
$(document).on('*[data-toggle="lightbox"]', 'click', function(event) {
$(document).on('click', '*[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(event.currentTarget).ekkoLightbox({
onContentLoaded: function() {
Expand Down

0 comments on commit 6f6a2cd

Please sign in to comment.