small code formatting correction

This commit is contained in:
rabuzarus 2016-11-25 19:18:01 +01:00
parent a194c44de9
commit 5068563cf5
1 changed files with 1 additions and 1 deletions

View 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 = "";
}