Remove more decoration.
authorMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 15:58:48 +0000 (16:58 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 18 Jun 2013 15:58:48 +0000 (16:58 +0100)
experiments/spclient/mkws.js

index f100793..eacaec5 100644 (file)
@@ -76,7 +76,7 @@ function my_onstat(data) {
     if (stat == null)
        return;
     
-    stat.innerHTML = '<b> .:STATUS INFO</b> -- Active clients: '
+    stat.innerHTML = '<b>STATUS INFO</b> -- Active clients: '
                         + data.activeclients
                         + '/' + data.clients + ' -- </span>'
                         + '<span>Retrieved records: ' + data.records