small code formatting correction
This commit is contained in:
@@ -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 = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user