summaryrefslogtreecommitdiff
path: root/static-http/astman.js
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /static-http/astman.js
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'static-http/astman.js')
-rw-r--r--static-http/astman.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/static-http/astman.js b/static-http/astman.js
index e00a2e055..5b53d4659 100644
--- a/static-http/astman.js
+++ b/static-http/astman.js
@@ -36,7 +36,7 @@ function Astman() {
};
this.clickChannel = function(ev) {
var target = ev.target;
- // XXX This is icky, we statically use astmanEngine to call the callback XXX
+ // XXX This is icky, we statically use astmanEngine to call the callback XXX
if (me.selecttarget)
me.restoreTarget(me.selecttarget);
while(!target.id || !target.id.length)
@@ -56,7 +56,7 @@ function Astman() {
other = target.nextSibling.nextSibling.className;
}
if (other) {
- if (other == "chanlisteven")
+ if (other == "chanlisteven")
target.className = "chanlistodd";
else
target.className = "chanlisteven";
@@ -71,7 +71,7 @@ function Astman() {
if (!channels[channame])
channels[channame] = new Array();
-
+
if (msg.headers.event) {
if (msg.headers.event == "Hangup") {
delete channels[channame];
@@ -184,7 +184,7 @@ function Astman() {
var x,y;
var s = t.responseText;
var allheaders = s.split('\r\n');
- if (me.debug)
+ if (me.debug)
me.debug.value = "\n";
for (x=0;x<allheaders.length;x++) {
if (allheaders[x].length) {