Add config keys for reserved names
This commit is contained in:
parent
0998e89f5d
commit
767e90a757
6 changed files with 66 additions and 4 deletions
|
|
@ -49,7 +49,11 @@ Callbacks = {
|
|||
},
|
||||
|
||||
errorMsg: function(data) {
|
||||
errDialog(data.msg);
|
||||
if (data.alert) {
|
||||
alert(data.msg);
|
||||
} else {
|
||||
errDialog(data.msg);
|
||||
}
|
||||
},
|
||||
|
||||
costanza: function (data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue