Add config keys for reserved names

This commit is contained in:
calzoneman 2014-02-05 18:05:52 -06:00
parent 0998e89f5d
commit 767e90a757
6 changed files with 66 additions and 4 deletions

View file

@ -49,7 +49,11 @@ Callbacks = {
},
errorMsg: function(data) {
errDialog(data.msg);
if (data.alert) {
alert(data.msg);
} else {
errDialog(data.msg);
}
},
costanza: function (data) {