From fa24646e5f2014255b75a980ffcdfdefb7ad67fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BCrderer?= Date: Sun, 23 Aug 2020 19:07:52 +0200 Subject: [PATCH] Keep the quiz closed on page load --- quiz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz.js b/quiz.js index 56980ff..1820b81 100644 --- a/quiz.js +++ b/quiz.js @@ -121,7 +121,7 @@ function choose_incorrects(idx_vals) { var app = new Vue({ el: "#quiz", data: { - is_open: true, + is_open: false, store: { section: 0, selected: null,