aboutsummaryrefslogtreecommitdiffstats
path: root/static-http
diff options
context:
space:
mode:
Diffstat (limited to 'static-http')
-rw-r--r--static-http/astman.js4
1 files changed, 2 insertions, 2 deletions
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);