Skip to content

Commit

Permalink
fix wrong font url on semantic-ui (go-gitea#9917)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauris BH <[email protected]>
  • Loading branch information
2 people authored and zeripath committed Jan 21, 2020
1 parent 2982afe commit ad3a957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/vendor/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion public/vendor/librejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion templates/pwa/serviceworker_js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ad3a957

Please sign in to comment.