Oops, bring period text back
This commit is contained in:
parent
d350bca48f
commit
ebf6c9c994
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue