More wording
parent
8f5f2fc8aa
commit
54bc458e27
|
@ -228,11 +228,11 @@ function l2status() {
|
||||||
if ( status.state.open ) {
|
if ( status.state.open ) {
|
||||||
$('.status')
|
$('.status')
|
||||||
.addClass('open')
|
.addClass('open')
|
||||||
.html('<h1>Open!</h1> ' + timeStamp);
|
.html('<h1>Open!</h1> Opened ' + timeStamp);
|
||||||
} else {
|
} else {
|
||||||
$('.status')
|
$('.status')
|
||||||
.addClass('closed')
|
.addClass('closed')
|
||||||
.html('<h1>Closed</h1>since ' + timeStamp);
|
.html('<h1>Closed</h1> ' + timeStamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue