diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-18 02:46:45 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-18 02:46:45 (GMT) |
commit | 127aca402324c150445be92125feeb6f9f4cb25e (patch) | |
tree | c79b1945d5d5a90e40e8457496291da51356c436 /test/index.html | |
parent | 36001d4db9d7cbeff8cfdecc51e42a1f1083394c (diff) |
some cleanup
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 10 |
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> |