From 2d48938e40ed16377a0d2ae82643d4c2b2798cc5 Mon Sep 17 00:00:00 2001 From: mose Date: Wed, 28 Aug 2019 23:29:12 +0800 Subject: [PATCH] hash mavigation --- site/404.html | 2 +- site/crapaud-fou.js | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/site/404.html b/site/404.html index 6c355a3..9837cdb 100644 --- a/site/404.html +++ b/site/404.html @@ -11,6 +11,6 @@ if (/crapaud-fou.gitlab.io\/portail/.test(currentURL)) { -Cette page n'existe pas, mais peut-etre qu'elle existe sur le site du manifeste. +Cette page n'existe pas, mais peut-ĂȘtre qu'elle existe sur le site du manifeste. \ No newline at end of file diff --git a/site/crapaud-fou.js b/site/crapaud-fou.js index bd64140..4e88ba6 100644 --- a/site/crapaud-fou.js +++ b/site/crapaud-fou.js @@ -84,7 +84,6 @@ $(document).ready(function() { .attr("title", rencontre.titre) .text(rencontre.titre); var div = $("
").append(quand).append(ou).append($("
")).append(titre); - console.log($(".avenir")); $(".avenir ul").append(div); }); $.each(data.passe, function(index, rencontre) { @@ -123,4 +122,10 @@ $(document).ready(function() { }); }); + + // hash navigation + var hash = window.location.hash.substr(1); + if ($("#help" + hash).length) { + $("#help" + hash).modal('show'); + } }); \ No newline at end of file