diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-12-17 16:34:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 16:34:11 -0500 |
commit | 590d56dbb355a499b2f59d9a6ffa4887ea33c96b (patch) | |
tree | 37933f95c29661c80e0ba40751b7e7cf448a32c1 /templates/pwa | |
parent | 601b0cf4c19ba6e75a8df6a73beb5f58f462ad46 (diff) | |
download | gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.tar.gz gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.zip |
switch to fomantic-ui (#9374)
Diffstat (limited to 'templates/pwa')
-rw-r--r-- | templates/pwa/serviceworker_js.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index 1c30a58634..c33b7fdb0e 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -4,7 +4,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js', '{{StaticUrlPrefix}}/vendor/plugins/jquery/jquery.min.js?v=3.4.1', '{{StaticUrlPrefix}}/vendor/plugins/jquery-migrate/jquery-migrate.min.js?v=3.0.1', - '{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/js/gitgraph.js?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/vendor/plugins/clipboard/clipboard.min.js', @@ -25,7 +25,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css', '{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css', '{{StaticUrlPrefix}}/vendor/plugins/tribute/tribute.css', - '{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.css', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/vendor/plugins/highlight/github.css', '{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.css', @@ -44,7 +44,7 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/img/gitea-lg.png', // fonts - '{{StaticUrlPrefix}}/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2', + '{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2', '{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6', '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-regular.woff2', '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-700.woff2' |