parent
3d26b3f216
commit
9a838cff61
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ var urlsToCache = [
|
|||
'{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css',
|
||||
{{if .IsSigned }}
|
||||
{{ if ne .SignedUser.Theme "gitea" }}
|
||||
'{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css'
|
||||
'{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css',
|
||||
{{end}}
|
||||
{{else if ne DefaultTheme "gitea"}}
|
||||
'{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css'
|
||||
'{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css',
|
||||
{{end}}
|
||||
|
||||
// img
|
||||
|
|
Reference in a new issue