summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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>