Browse Source

fix wrong font url on semantic-ui (#9917)

Co-authored-by: Lauris BH <lauris@nix.lv>
for-closed-social
Lunny Xiao 4 years ago
committed by zeripath
parent
commit
ad3a9577a8
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      public/vendor/VERSIONS
  2. +1
    -1
      public/vendor/librejs.html
  3. +1
    -1
      templates/pwa/serviceworker_js.tmpl

+ 1
- 1
public/vendor/VERSIONS View File

@ -11,7 +11,7 @@ Version: 3.4.1
File(s): /vendor/plugins/jquery-migrate/jquery-migrate.min.js
Version: 3.0.1
File(s): /vendor/plugins/fomantic/semantic.min.js
File(s): /fomantic/semantic.min.js
Version: 2.8.2
File(s): /vendor/plugins/clipboard/clipboard.min.js

+ 1
- 1
public/vendor/librejs.html View File

@ -26,7 +26,7 @@
<td><a href="https://code.jquery.com/jquery-migrate-3.1.0.min.js">jquery-migrate-3.1.0.min.js</a></td>
</tr>
<tr>
<td><a href="./plugins/fomantic/semantic.min.js">semantic.min.js</a></td>
<td><a href="../fomantic/semantic.min.js">semantic.min.js</a></td>
<td><a href="https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md">Expat</a></td>
<td><a href="https://github.com/fomantic/Fomantic-UI/archive/2.8.2.tar.gz">Fomantic-UI-2.8.2.tar.gz</a></td>
</tr>

+ 1
- 1
templates/pwa/serviceworker_js.tmpl View File

@ -44,7 +44,7 @@ var urlsToCache = [
'{{StaticUrlPrefix}}/img/gitea-lg.png',
// fonts
'{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2',
'{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2',
'{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6',
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-regular.woff2',
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-700.woff2'

Loading…
Cancel
Save