]> git.mxchange.org Git - friendica.git/commitdiff
small code formatting correction
authorrabuzarus <>
Fri, 25 Nov 2016 18:18:01 +0000 (19:18 +0100)
committerrabuzarus <>
Fri, 25 Nov 2016 18:18:01 +0000 (19:18 +0100)
view/theme/frio/js/modal.js

index f7927e46ec9653481b301b4699c5ac00d2664efa..f657ff5f2314afd450d68718d3f82a9dd539d8b3 100644 (file)
@@ -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 = "";
        }