aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-05-26 19:35:48 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2022-05-26 19:35:48 +0200
commitcf43cf6f58aafbca9ee447bca4a9b1b996a39477 (patch)
tree97a686b3bf8b8ba9b44478703040c9c1c5838fd6 /static
parentfix do not show pubblic types in admin page (diff)
downloadscout-subs-cf43cf6f58aafbca9ee447bca4a9b1b996a39477.tar.gz
scout-subs-cf43cf6f58aafbca9ee447bca4a9b1b996a39477.zip
disable debug for materialize fix
Diffstat (limited to 'static')
-rw-r--r--static/utils.js2
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,