diff --git a/static-http/astman.js b/static-http/astman.js index 81f896c1c..e00a2e055 100644 --- a/static-http/astman.js +++ b/static-http/astman.js @@ -238,7 +238,7 @@ function Astman() { onSuccess: this.managerResponse, onFailure: function(t) { alert("Error: " + t.status + ": " + t.statusText); - }, + } }; me.callback = callback; opt.parameters = request; @@ -252,7 +252,7 @@ function Astman() { onSuccess: this.eventResponse, onFailure: function(t) { alert("Event Error: " + t.status + ": " + t.statusText); - }, + } }; opt.parameters="action=waitevent"; tmp = new Ajax.Request(this.url, opt);