From 615f12574ebfb82345e384fd9ac24cb45f881b7b Mon Sep 17 00:00:00 2001 From: mose Date: Mon, 9 Sep 2019 13:52:07 +0800 Subject: [PATCH] add link to chat stats --- site/crapaud-fou.css | 6 ++++++ site/crapaud-fou.js | 5 +++++ site/index.html | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/site/crapaud-fou.css b/site/crapaud-fou.css index c431897..ff660d8 100644 --- a/site/crapaud-fou.css +++ b/site/crapaud-fou.css @@ -161,4 +161,10 @@ li { height: 120px; bottom: -40px; left: -5px; +} +.coastats { + cursor: pointer; +} +.coastats:hover .stats { + background-color: #afa; } \ No newline at end of file diff --git a/site/crapaud-fou.js b/site/crapaud-fou.js index b63b0ce..c0fbc0a 100644 --- a/site/crapaud-fou.js +++ b/site/crapaud-fou.js @@ -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); diff --git a/site/index.html b/site/index.html index ea882c1..ec87489 100644 --- a/site/index.html +++ b/site/index.html @@ -154,7 +154,7 @@

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.

-
+
Depuis novembre 2017