From 782c66ce659524fc1da337265bec99b61359751f Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 21 Feb 2022 11:19:28 +0100 Subject: [PATCH] Disable annotations for demo again It's not finished and there is currently no progress. --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 309a55d..e83de21 100644 --- a/app.config.js +++ b/app.config.js @@ -53,7 +53,7 @@ export default { nextcloudName: 'TU Graz cloud', pdfAsQualifiedlySigningServer: 'https://sig-demo.tugraz.at', hiddenActivities: ['dbp-signature-verification-full'], - enableAnnotations: true, + enableAnnotations: false, }, production: { basePath: '/', -- GitLab