Skip to content

Commit

Permalink
Display page: Thumb modal fix (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Jan 6, 2025
1 parent 6b89536 commit b521d18
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 b521d18

Please sign in to comment.