From d6f317e9bb606097d2f2f72d6405f176eee4b1eb Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 9 Oct 2021 13:00:21 +0200 Subject: [PATCH] No mock uploads for now --- templates/map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/map.html b/templates/map.html index f385a6a..5e03c0f 100644 --- a/templates/map.html +++ b/templates/map.html @@ -28,7 +28,8 @@ username: {{ username | tojson }}, startMode: {{ mode | tojson }}, q: {{ q | tojson }}, - mockUpload: {{ g.user.is_authenticated and g.user.mock_upload | tojson }}, + // mockUpload: {{ g.user.is_authenticated and g.user.mock_upload | tojson }}, + mockUpload: false, }; const app = createApp(App, props).mount('#app');