Skip to content
Snippets Groups Projects
Commit cea5e8fa authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove debug statement.

Good catch Travis! :)
parent 8a646ef8
No related merge requests found
...@@ -140,7 +140,6 @@ VuFind.register('lightbox_facets', function LightboxFacets() { ...@@ -140,7 +140,6 @@ VuFind.register('lightbox_facets', function LightboxFacets() {
var htmlDiv = $('<div>' + data + '</div>'); var htmlDiv = $('<div>' + data + '</div>');
var list = htmlDiv.find('.js-facet-item'); var list = htmlDiv.find('.js-facet-item');
button.before(list); button.before(list);
console.log(list);
if (list.length && htmlDiv.find('.js-facet-next-page').length) { if (list.length && htmlDiv.find('.js-facet-next-page').length) {
button.attr('data-page', page + 1); button.attr('data-page', page + 1);
button.text(VuFind.translate('more') + ' ...'); button.text(VuFind.translate('more') + ' ...');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment