Keep the quiz closed on page load

This commit is contained in:
Lukas Fürderer 2020-08-23 19:07:52 +02:00
parent 15043de56a
commit fa24646e5f

View File

@ -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,