diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-09-13 19:49:46 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-09-13 19:49:46 +0200 |
commit | 4fcf257ad37fad25db594c366dfbcf93ab3bf317 (patch) | |
tree | 193d998899028130a9f82e9b58a2e01dfa8de1be /static/utils.js | |
parent | permit multiple documents of the same type (diff) | |
download | scout-subs-4fcf257ad37fad25db594c366dfbcf93ab3bf317.tar.gz scout-subs-4fcf257ad37fad25db594c366dfbcf93ab3bf317.zip |
remove unused/useless code
Diffstat (limited to '')
-rw-r--r-- | static/utils.js | 1 |
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) |