Skip to content

Commit ad3a957

Browse files
lunnylafriks
authored andcommitted
fix wrong font url on semantic-ui (#9917)
Co-authored-by: Lauris BH <[email protected]>
1 parent 2982afe commit ad3a957

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/vendor/VERSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Version: 3.4.1
1111
File(s): /vendor/plugins/jquery-migrate/jquery-migrate.min.js
1212
Version: 3.0.1
1313

14-
File(s): /vendor/plugins/fomantic/semantic.min.js
14+
File(s): /fomantic/semantic.min.js
1515
Version: 2.8.2
1616

1717
File(s): /vendor/plugins/clipboard/clipboard.min.js

public/vendor/librejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<td><a href="https://code.jquery.com/jquery-migrate-3.1.0.min.js">jquery-migrate-3.1.0.min.js</a></td>
2727
</tr>
2828
<tr>
29-
<td><a href="./plugins/fomantic/semantic.min.js">semantic.min.js</a></td>
29+
<td><a href="../fomantic/semantic.min.js">semantic.min.js</a></td>
3030
<td><a href="https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md">Expat</a></td>
3131
<td><a href="https://github.com/fomantic/Fomantic-UI/archive/2.8.2.tar.gz">Fomantic-UI-2.8.2.tar.gz</a></td>
3232
</tr>

templates/pwa/serviceworker_js.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var urlsToCache = [
4444
'{{StaticUrlPrefix}}/img/gitea-lg.png',
4545

4646
// fonts
47-
'{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2',
47+
'{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2',
4848
'{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6',
4949
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-regular.woff2',
5050
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-700.woff2'

0 commit comments

Comments
 (0)