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 045ef0b commit 8dff5bdCopy full SHA for 8dff5bd
js/main.js
@@ -1,7 +1,7 @@
1
2
const agendaBtn = document.querySelector(".agendaBtn") ;
3
-const showDate = new Date("Feb 10 2018 08:00:00 GMT+0100 (CET)") ;
4
-const hideDate = new Date("Feb 10 2018 18:00:00 GMT+0100 (CET)") ;
+const showDate = new Date("Fri Apr 06 2018 00:00:00 GMT+0200 (CEST)") ;
+const hideDate = new Date("Sat Apr 07 2018 23:59:59 GMT+0200 (CEST)") ;
5
6
window.setInterval( function() {
7
@@ -14,4 +14,4 @@ window.setInterval( function() {
14
agendaBtn.style.display="none" ;
15
}
16
17
-}, 1000) ;
+}, 1000) ;
0 commit comments