Oops, bring period text back

This commit is contained in:
Neale Pickett 2013-04-13 21:36:00 -06:00
parent d350bca48f
commit ebf6c9c994
2 changed files with 3 additions and 1 deletions

View File

@ -209,11 +209,13 @@ function notice_expire() {
var c = document.getElementById("notice");
c.innerHTML = "";
c.style.display = "none";
}
function notice(n) {
var c = document.getElementById("notice");
c.style.display = "block";
if (notices[n]) {
c.innerHTML = notices[n];
clearTimeout(notice_timer);

View File

@ -40,7 +40,7 @@
<p class="center">
<span id="period" onclick="handle(event);">--:--</span>
<img id="no-advert" src="error.jpg" onerror="adverterror()">
<span id="periodtext" onclick="handle(event);"></span>
<span id="jam" onclick="handle(event);">-:--.-</span>
<span id="jamtext" onclick="handle(event);"></span>
</p>