Wording
parent
477af5af02
commit
8f5f2fc8aa
|
@ -228,7 +228,7 @@ function l2status() {
|
||||||
if ( status.state.open ) {
|
if ( status.state.open ) {
|
||||||
$('.status')
|
$('.status')
|
||||||
.addClass('open')
|
.addClass('open')
|
||||||
.html('<h1>Open</h1>since ' + timeStamp);
|
.html('<h1>Open!</h1> ' + timeStamp);
|
||||||
} else {
|
} else {
|
||||||
$('.status')
|
$('.status')
|
||||||
.addClass('closed')
|
.addClass('closed')
|
||||||
|
|
Loading…
Reference in New Issue