WIP command center
This commit is contained in:
parent
77693b6c6d
commit
f7f4591ab1
|
@ -466,10 +466,6 @@ function confirmDialog(settings) {
|
|||
settings.strOKButton = "Ok";
|
||||
}
|
||||
|
||||
if (settings.strOKButton == undefined) {
|
||||
settings.strOKButton = "Ok";
|
||||
}
|
||||
|
||||
if (settings.strCancelButton == undefined) {
|
||||
settings.strCancelButton = "Cancel";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue