Browse Source

Remove autolink.js references (#4072)

* Autolink.js no longer used

Fixes #4069

* Remove autolink.js references

* Fix reference to u2f js
tags/v1.5.0-dev
techknowlogick Lunny Xiao 7 years ago
parent
commit
a7a0f8f05f
2 changed files with 3 additions and 8 deletions
  1. +3
    -3
      public/vendor/VERSIONS
  2. +0
    -5
      public/vendor/librejs.html

+ 3
- 3
public/vendor/VERSIONS View File

@@ -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



+ 0
- 5
public/vendor/librejs.html View File

@@ -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>


Loading…
Cancel
Save