We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee163a8 commit 98d82a7Copy full SHA for 98d82a7
templates/pwa/serviceworker_js.tmpl
@@ -34,10 +34,10 @@ var urlsToCache = [
34
'{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css',
35
{{if .IsSigned }}
36
{{ if ne .SignedUser.Theme "gitea" }}
37
- '{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css'
+ '{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css',
38
{{end}}
39
{{else if ne DefaultTheme "gitea"}}
40
- '{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css'
+ '{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css',
41
42
43
// img
0 commit comments