We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a342e5 commit 1b576e0Copy full SHA for 1b576e0
js/main.js
@@ -1,7 +1,7 @@
1
2
const agendaBtn = document.querySelector(".agendaBtn") ;
3
const showDate = new Date("Fri May 18 2018 00:00:00 GMT+0200 (CEST)") ;
4
-const hideDate = new Date("Sat May 18 2018 23:59:59 GMT+0200 (CEST)") ;
+const hideDate = new Date("Sat May 19 2018 23:59:59 GMT+0200 (CEST)") ;
5
6
window.setInterval( function() {
7
0 commit comments