diff options
author | Lauris BH <lauris@nix.lv> | 2019-02-19 21:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 21:26:27 +0200 |
commit | fc14344acbc35a7be2acb2c2a3af07a80946fd3b (patch) | |
tree | b80ba60dd9d9ebed924e0379a3b5d6acf81b229a /templates | |
parent | 41fbaaba788206d4cf4cf28d5a40a8f3918e1a80 (diff) | |
download | gitea-fc14344acbc35a7be2acb2c2a3af07a80946fd3b.tar.gz gitea-fc14344acbc35a7be2acb2c2a3af07a80946fd3b.zip |
Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 2481b2187c..98c9871f20 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -122,6 +122,7 @@ <script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script> <script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script> {{if .EnableHeatmap}} + <script src="{{AppSubUrl}}/vendor/plugins/es6-promise/es6-promise.auto.min.js" charset="utf-8"></script> <script src="{{AppSubUrl}}/vendor/plugins/moment/moment.min.js" charset="utf-8"></script> <script src="{{AppSubUrl}}/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.browser.js" charset="utf-8"></script> <script type="text/javascript"> |