From: rabuzarus <> Date: Fri, 25 Nov 2016 18:18:01 +0000 (+0100) Subject: small code formatting correction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5068563cf5bc67ab6d6dcc406998fa8ffa651b82;p=friendica.git small code formatting correction --- 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 = ""; }