X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2F_global%2Fshare.js;h=15206b374bc383940226de8cfb43dd2f573eb9ea;hb=73ec68b1ffafb792265a3805833e5cd84c966aed;hp=d707861656539b3b650a2e3332dc7d4b6a31fa92;hpb=42708d1121fef12c84487247b170eb03083d5ffc;p=github%2Fwallabag%2Fwallabag.git 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 @@ import './share.scss'; + +function requireAll(r) { r.keys().forEach(r); } +requireAll(require.context('./img/', true, /\.(jpg|png|gif|svg|ico)$/));