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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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, -- cgit v1.2.1