1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

remove promise-polyfill (#9812)

promises are polyfilled by babel, it's no longer needed.
This commit is contained in:
silverwind
2020-01-16 23:52:07 +01:00
committed by zeripath
parent 18e0447b3f
commit cc2916dc5a
4 changed files with 2 additions and 8 deletions

View File

@@ -126,7 +126,6 @@
{{end}}
<style class="list-search-style"></style>
<script src="{{StaticUrlPrefix}}/vendor/plugins/promise-polyfill/polyfill.min.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/loadCSS.min.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/cssrelpreload.min.js"></script>
{{if .PageIsUserProfile}}