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 | |
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
-rw-r--r-- | static/utils.js | 2 | ||||
-rw-r--r-- | 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 |