diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index f7927e46ec..f657ff5f23 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -91,7 +91,7 @@ $(document).ready(function(){ // overwrite Dialog.show from main js to load the filebrowser into a bs modal Dialog.show = function(url, title) { - if (typeof(title)==='undefined') { + if (typeof(title) === 'undefined') { title = ""; }