small code formatting correction
This commit is contained in:
parent
a194c44de9
commit
5068563cf5
|
@ -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 = "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue