]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/modal.js
frio: some css work for help docs
[friendica.git] / 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 = "";
        }