aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/share.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/_global/share.js')
-rw-r--r--app/Resources/static/themes/_global/share.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/share.js b/app/Resources/static/themes/_global/share.js
index d7078616..15206b37 100644
--- a/app/Resources/static/themes/_global/share.js
+++ b/app/Resources/static/themes/_global/share.js
@@ -1 +1,4 @@
1import './share.scss'; 1import './share.scss';
2
3function requireAll(r) { r.keys().forEach(r); }
4requireAll(require.context('./img/', true, /\.(jpg|png|gif|svg|ico)$/));