From ad3a9577a8bdcfd38d14f07aa27e6010fd9cb0e6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 22 Jan 2020 02:07:34 +0800 Subject: [PATCH] fix wrong font url on semantic-ui (#9917) Co-authored-by: Lauris BH --- public/vendor/VERSIONS | 2 +- public/vendor/librejs.html | 2 +- templates/pwa/serviceworker_js.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS index 66cbdc300..7593f3149 100644 --- a/public/vendor/VERSIONS +++ b/public/vendor/VERSIONS @@ -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 diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html index 0766b8ad6..ddaa8034f 100644 --- a/public/vendor/librejs.html +++ b/public/vendor/librejs.html @@ -26,7 +26,7 @@ jquery-migrate-3.1.0.min.js - semantic.min.js + semantic.min.js Expat Fomantic-UI-2.8.2.tar.gz diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index 0f92270b5..31180b769 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -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'