summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-18 02:46:45 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-18 02:46:45 (GMT)
commit127aca402324c150445be92125feeb6f9f4cb25e (patch)
treec79b1945d5d5a90e40e8457496291da51356c436 /test
parent36001d4db9d7cbeff8cfdecc51e42a1f1083394c (diff)
some cleanup
Diffstat (limited to 'test')
-rw-r--r--test/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/index.html b/test/index.html
index 031b458..42657a1 100644
--- a/test/index.html
+++ b/test/index.html
@@ -31,12 +31,6 @@
}
function init() {
- var tusock = new WebSocket("ws://localhost:3000/time");
-
- tusock.onmessage = function (event) {
- $('#tudata').text(event.data);
- }
-
ntp = new NTP();
setInterval(ntp.update.bind(ntp), 1000);
}
@@ -44,10 +38,6 @@
</head>
<body onload="init()">
- <h1>Radio Helsinki Rivendell Time:</h1>
-
- <div id="tudata" class="data"></div>
-
<h1>Radio Helsinki Rivendell NTP:</h1>
<div id="ntpdata" class="data"></div>