diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-05-29 01:54:15 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-05-29 13:54:15 +0800 |
commit | 832ca509d36ede26780ccb76528515fe318dca8d (patch) | |
tree | aa7fd1fa27cb1ff2280f237872aa04bb57e9246c /public | |
parent | 2139c152cbf856b62e636df3b4dee784847b3a25 (diff) | |
download | gitea-832ca509d36ede26780ccb76528515fe318dca8d.tar.gz gitea-832ca509d36ede26780ccb76528515fe318dca8d.zip |
Remove autolink.js references (#4072)
* Autolink.js no longer used
Fixes #4069
* Remove autolink.js references
* Fix reference to u2f js
Diffstat (limited to 'public')
-rw-r--r-- | public/vendor/VERSIONS | 6 | ||||
-rw-r--r-- | public/vendor/librejs.html | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS index e1e09a87ec..0ce93fe107 100644 --- a/public/vendor/VERSIONS +++ b/public/vendor/VERSIONS @@ -17,9 +17,6 @@ Version: 1.5.9 File(s): /vendor/plugins/gitgraph/gitgraph.js Version: 9b492e8bf1ddf7908a4997b8f83fa38a809a9da3 -File(s): /vendor/plugins/autolink/autolink.js -Version: 741f66f - File(s): /vendor/plugins/vue/vue.min.js Version: 2.1.10 @@ -50,6 +47,9 @@ Version: 1.10.1 File(s): /vendor/plugins/pdfjs/ Version: 1.4.20 +File(s): /vendor/plugins/u2f/ +Version: 1.0.8 + File(s): /vendor/assets/font-awesome/fonts/ Version: 4.6.0 diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index e24bb9c3eb..3d783d4127 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -46,11 +46,6 @@ <td><a href="https://github.com/bluef/gitgraph.js">gitgraph.js-latest</a></td> </tr> <tr> - <td><a href="/vendor/plugins/autolink/autolink.js">autolink.min.js</a></td> - <td><a href="https://github.com/egoist/autolink.js/blob/master/LICENSE">Expat</a></td> - <td><a href="https://github.com/egoist/autolink.js">autolink.js-latest</a></td> - </tr> - <tr> <td><a href="/vendor/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> |