mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Added/Modified images
This commit is contained in:
parent
f894c4945b
commit
60ea503053
@ -45,8 +45,8 @@ MinecraftClock.prototype = {
|
||||
}
|
||||
this.time = time;
|
||||
this.element
|
||||
.addClass(time.day ? 'day' : 'night')
|
||||
.removeClass(time.night ? 'day' : 'night')
|
||||
.addClass((time.day <= 4) ? 'day' : 'night')
|
||||
.removeClass((time.day <= 4) ? 'day' : 'night')
|
||||
.text(this.formatTime(time));
|
||||
|
||||
if (this.timeout == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user