diff --git a/themes/bootstrap3/js/lightbox.js b/themes/bootstrap3/js/lightbox.js index 9c5a8819ca542c16d60b7e820eb6ae95d9f6bea8..2c57669a763c6db6bb5c532aea5b210d85d90f71 100644 --- a/themes/bootstrap3/js/lightbox.js +++ b/themes/bootstrap3/js/lightbox.js @@ -203,7 +203,7 @@ VuFind.register('lightbox', function() { * data-lightbox-title = Lightbox title (overrides any title the page provides) */ var _constrainLink = function(event) { - if (typeof $(this).data('lightboxIgnore') != 'undefined') { + if (typeof $(this).data('lightboxIgnore') != 'undefined' || this.attributes.href.value.charAt(0) === '#') { return true; } if (this.href.length > 1) {