mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 01:34:25 +00:00
6af698fb81
Backport #28441 by wxiaoguang Fix #28319 It only polyfills if there is no "SubmitEvent" class, so it has no side effect for most users. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
import '@webcomponents/custom-elements'; // polyfill for some browsers like PaleMoon
|
|
import './polyfill.js';
|
|
|
|
import '@github/relative-time-element';
|
|
import './GiteaOriginUrl.js';
|