Added the amount of hackers in the Hackerspace

gh-pages
Thierry Degeling 2014-09-23 18:45:55 +01:00
parent 6fb017f035
commit 2239f1cb79
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<div class="row"> <div class="row">
<div class="col-sm-12 col-md-4 logo"> <div class="col-sm-12 col-md-4 logo">
Level2 Level2
<div class="NbrHackers"></div>
</div> </div>
<div class="col-sm-6 col-md-4"> <div class="col-sm-6 col-md-4">

View File

@ -231,6 +231,8 @@ function l2status() {
.html('<h1>Closed</h1> ' + timeStamp); .html('<h1>Closed</h1> ' + timeStamp);
} }
$('.NbrHackers').text( status.sensors.people_now_present[0].value + ' Hackers' );
} }
}); });