diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-05-26 19:35:48 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-05-26 19:35:48 +0200 |
commit | cf43cf6f58aafbca9ee447bca4a9b1b996a39477 (patch) | |
tree | 97a686b3bf8b8ba9b44478703040c9c1c5838fd6 /static | |
parent | fix do not show pubblic types in admin page (diff) | |
download | scout-subs-cf43cf6f58aafbca9ee447bca4a9b1b996a39477.tar.gz scout-subs-cf43cf6f58aafbca9ee447bca4a9b1b996a39477.zip |
disable debug for materialize fix
Diffstat (limited to 'static')
-rw-r--r-- | static/utils.js | 2 |
1 files changed, 1 insertions, 1 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, |