From cf43cf6f58aafbca9ee447bca4a9b1b996a39477 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 26 May 2022 19:35:48 +0200 Subject: disable debug for materialize fix --- static/utils.js | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/utils.js b/static/utils.js index 60ffd64..0545d15 100644 --- a/static/utils.js +++ b/static/utils.js @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', () => { function initMaterializeHelper(customOptions) { const options = { - debug: true, + debug: false, selectOptions: true, selectTriggers: true, autocompletedInputLabels: true, diff --git a/version.txt b/version.txt index 09bb923..7ab6a01 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ version=0.5 -rev=24 +rev=25 -- cgit v1.2.1