Added/Modified images
This commit is contained in:
parent
f894c4945b
commit
60ea503053
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue