diff --git a/themes/bootstrap/js/lightbox.js b/themes/bootstrap/js/lightbox.js index 37b3d8bfbaa9d4967da544782d0b75eb96fc407e..d0b7f46735d6c1070129f9acb726a5bc6c3bb02c 100644 --- a/themes/bootstrap/js/lightbox.js +++ b/themes/bootstrap/js/lightbox.js @@ -186,7 +186,9 @@ function getLightboxByUrl(url, post, callback, pop) { */ function getLightbox(controller, action, get, post, callback, pop) { // Pop determines if we execute the callback immediately or later - if(typeof pop === "undefined") pop = true; + if(typeof pop === "undefined") { + pop = true; + } // Build URL var url = path+'/AJAX/JSON?method=getLightbox&submodule='+controller+'&subaction='+action; if(get && get !== {}) {