Add errDialog function

This commit is contained in:
calzoneman 2013-10-16 23:22:37 -05:00
parent f8fcc0d2d7
commit 152e46ab15
3 changed files with 26 additions and 1 deletions

View file

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