1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-30 00:04:05 +00:00
gitea/web_src/js
silverwind 573a9c6228
Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542)
Previously, we had only set __webpack_public_path__ to a path which
caused webpack chunks to be loaded from the current origin which is
incorrect when STATIC_URL_PREFIX points to another origin.

This should fix the issue curretnly seen on gitea.com.
2020-05-22 20:18:44 +01:00
..
components Migrate ActivityHeatmap to Vue SFC (#10953) 2020-04-06 09:31:11 +08:00
features Close EventSource before unloading the page (#11539) (#11557) 2020-05-22 19:30:30 +01:00
standalone Reorganize frontend files and tooling (#10168) 2020-02-07 18:09:30 +01:00
vendor Misc JS linting and naming tweaks (#10652) 2020-03-11 21:34:54 +02:00
index.js Fix the bug that the emoji don't disappear(#11489) (#11530) 2020-05-22 12:36:25 -04:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 2020-04-18 18:46:29 -04:00
polyfills.js fix commit view JS features, reimplement folding (#9968) 2020-01-26 08:17:25 +00:00
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542) 2020-05-22 20:18:44 +01:00
serviceworker.js Move serviceworker to workbox and fix SSE interference (#11538) (#11547) 2020-05-22 12:46:39 -03:00
utils.js Switch code editor to Monaco (#11366) 2020-05-14 19:06:01 +03:00