gh-pages
Guillaume RISCHARD 2014-08-31 03:44:33 +02:00
parent 477af5af02
commit 8f5f2fc8aa
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ function l2status() {
if ( status.state.open ) {
$('.status')
.addClass('open')
.html('<h1>Open</h1>since ' + timeStamp);
.html('<h1>Open!</h1> ' + timeStamp);
} else {
$('.status')
.addClass('closed')