Index: static-http/astman.js =================================================================== --- static-http/astman.js (revision 191481) +++ static-http/astman.js (working copy) @@ -238,7 +238,7 @@ onSuccess: this.managerResponse, onFailure: function(t) { alert("Error: " + t.status + ": " + t.statusText); - }, + } }; me.callback = callback; opt.parameters = request; @@ -252,7 +252,7 @@ onSuccess: this.eventResponse, onFailure: function(t) { alert("Event Error: " + t.status + ": " + t.statusText); - }, + } }; opt.parameters="action=waitevent"; tmp = new Ajax.Request(this.url, opt);