Commit Graph

4 Commits (c110fa62ac0f475efd64572026835a7514c410ae)

Author SHA1 Message Date
Akihiko Odaki 7a6eaad445 Do not require images in about.js and share.js (#6622)
They are already required by common.js.
7 years ago
Eugen Rochko f486ef2666 Redesign public hashtag pages (#5237) 7 years ago
Akihiko Odaki b11ac88692 Require any modules after loading polyfill in entry points (#4231)
app/javascript/mastodon/main.js delayed the execution of modules,
but other entry points didn't. That leads to failure in executing
modules, which requires those polyfills.

Strictly enforce the rule to require any modules after loading
polyfill in entry points.
7 years ago
Yamagishi Kazutoshi 9008ab3407 Do not load unnecessary script files (#4193) 7 years ago