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 /public/vendor/librejs.html | |
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 'public/vendor/librejs.html')
-rw-r--r-- | public/vendor/librejs.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index 8de7be1215..18c5aca935 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -48,7 +48,7 @@ <tr> <td><a href="./plugins/vue/vue.min.js">vue.min.js</a></td> <td><a href="https://github.com/vuejs/vue/blob/dev/LICENSE">Expat</a></td> - <td><a href="https://github.com/vuejs/vue/archive/v2.1.10.tar.gz">vue.js-v2.1.10.tar.gz</a></td> + <td><a href="https://github.com/vuejs/vue/archive/v2.6.6.tar.gz">vue.js-v2.6.6.tar.gz</a></td> </tr> <tr> <td><a href="./plugins/emojify/emojify.min.js">emojify.min.js</a></td> @@ -136,7 +136,7 @@ <td><a href="https://github.com/swagger-api/swagger-ui/archive/v3.0.4.tar.gz">swagger-ui-v3.0.4.tar.gz</a></td> </tr> <tr> - <td><a href="./plugins/vue-calendar-heatmap">vue-calendar-heatmap</a></td> + <td><a href="./plugins/vue-calendar-heatmap/">vue-calendar-heatmap</a></td> <td><a href="https://github.com/WildCodeSchool/vue-calendar-heatmap/blob/master/README.md">MIT</a></td> <td><a href="https://github.com/WildCodeSchool/vue-calendar-heatmap/archive/master.zip">7f48b20.zip</a></td> </tr> @@ -145,6 +145,11 @@ <td><a href="https://github.com/moment/moment/blob/develop/LICENSE">MIT</a></td> <td><a href="https://github.com/moment/moment/archive/2.22.2.tar.gz">0.4.1.tar.gz</a></td> </tr> + <tr> + <td><a href="./plugins/es6-promise/">es6-promise</a></td> + <td><a href="https://github.com/stefanpenner/es6-promise/blob/master/LICENSE">MIT</a></td> + <td><a href="https://github.com/stefanpenner/es6-promise/archive/v4.2.6.tar.gz">4.2.6.tar.gz</a></td> + </tr> </tbody> </table> </body> |