diff options
-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 |