aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-09-13 19:49:46 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2022-09-13 19:49:46 +0200
commit4fcf257ad37fad25db594c366dfbcf93ab3bf317 (patch)
tree193d998899028130a9f82e9b58a2e01dfa8de1be /static
parentpermit multiple documents of the same type (diff)
downloadscout-subs-4fcf257ad37fad25db594c366dfbcf93ab3bf317.tar.gz
scout-subs-4fcf257ad37fad25db594c366dfbcf93ab3bf317.zip
remove unused/useless code
Diffstat (limited to 'static')
-rw-r--r--static/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/utils.js b/static/utils.js
index 0545d15..3220030 100644
--- a/static/utils.js
+++ b/static/utils.js
@@ -13,6 +13,7 @@ function initMaterializeHelper(customOptions) {
if (options.selectOptions)
fixSelectOptions(options.debug)
+ if (options.selectOptions)
fixNavbarDropdown(options.debug)
if (options.selectTriggers)
fixSelectTriggers(options.debug)