small code formatting correction
This commit is contained in:
parent
a194c44de9
commit
5068563cf5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
// overwrite Dialog.show from main js to load the filebrowser into a bs modal
|
// overwrite Dialog.show from main js to load the filebrowser into a bs modal
|
||||||
Dialog.show = function(url, title) {
|
Dialog.show = function(url, title) {
|
||||||
if (typeof(title)==='undefined') {
|
if (typeof(title) === 'undefined') {
|
||||||
title = "";
|
title = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue