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');