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

Bad escapement, says Jenkins. Unclosed string, says Jenkins.

parent 07f4f3f6
No related merge requests found
...@@ -16,8 +16,7 @@ VuFind.lightbox = (function() { ...@@ -16,8 +16,7 @@ VuFind.lightbox = (function() {
if ('undefined' == typeof type) { if ('undefined' == typeof type) {
type = 'info'; type = 'info';
} }
_html('<div class="alert alert-'+type+'">'+message+'</div>\ _html('<div class="alert alert-'+type+'">'+message+'</div><button class="btn btn-default" data-dismiss="modal">' + VuFind.translate('close') + '</button>');
<button class="btn btn-default" data-dismiss="modal">' + VuFind.translate('close') + '</button>');
_modal.modal('show'); _modal.modal('show');
}; };
var flashMessage = function(message, type) { var flashMessage = function(message, type) {
......
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