0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-16 06:51:29 +01:00

Service worker js is a missing comma (#6788)

Fix #6787
This commit is contained in:
techknowlogick 2019-04-28 21:45:05 -04:00 committed by GitHub
parent 3d26b3f216
commit 9a838cff61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,10 +34,10 @@ var urlsToCache = [
'{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css', '{{AppSubUrl}}/vendor/plugins/dropzone/dropzone.css',
{{if .IsSigned }} {{if .IsSigned }}
{{ if ne .SignedUser.Theme "gitea" }} {{ if ne .SignedUser.Theme "gitea" }}
'{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css' '{{AppSubUrl}}/css/theme-{{.SignedUser.Theme}}.css',
{{end}} {{end}}
{{else if ne DefaultTheme "gitea"}} {{else if ne DefaultTheme "gitea"}}
'{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css' '{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css',
{{end}} {{end}}
// img // img