add link to chat stats
This commit is contained in:
parent
d112fb302d
commit
615f12574e
3 changed files with 12 additions and 1 deletions
|
@ -161,4 +161,10 @@ li {
|
|||
height: 120px;
|
||||
bottom: -40px;
|
||||
left: -5px;
|
||||
}
|
||||
.coastats {
|
||||
cursor: pointer;
|
||||
}
|
||||
.coastats:hover .stats {
|
||||
background-color: #afa;
|
||||
}
|
|
@ -122,6 +122,11 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
|
||||
// link coastats
|
||||
$(".coastats").on("click", function() {
|
||||
window.location.href = "coastats.html";
|
||||
});
|
||||
|
||||
// global
|
||||
$.getJSON("data/global.json", function(data) {
|
||||
$("#lastupdate").text(data.lastupdate);
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<p>Cet espace de discussion en temps réel est un vrai espace social, pour débattre et partager. C'est là
|
||||
qu'on trouve la force du lien avec les autres crapauds.</p>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<div class="row mb-3 coastats" title="Voir les graphes de statistiques plus détaillées.">
|
||||
<div class="col stats">
|
||||
<div class="stats-title">Depuis novembre 2017</div>
|
||||
<div class="total">
|
||||
|
|
Loading…
Reference in a new issue