aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/index.js')
-rwxr-xr-xapp/Resources/static/themes/material/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js
index 1c28401d..d8f5628c 100755
--- a/app/Resources/static/themes/material/index.js
+++ b/app/Resources/static/themes/material/index.js
@@ -63,6 +63,8 @@ $(document).ready(() => {
63 container: 'body', 63 container: 'body',
64 }); 64 });
65 65
66 $('.dropdown-trigger').dropdown({ hover: false });
67
66 initFilters(); 68 initFilters();
67 initExport(); 69 initExport();
68 initRandom(); 70 initRandom();