diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-12 16:36:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 08:36:23 +0000 |
commit | 74930b1ccd9acacd1ddaa30d1b4849b0e4570d7c (patch) | |
tree | c67b4878f2bf7b47278283be4e9cd6f73ed7990d /web_src/css/helpers.css | |
parent | 2fc0eb913caf40aec056d49f5838992e136208a2 (diff) | |
download | gitea-74930b1ccd9acacd1ddaa30d1b4849b0e4570d7c.tar.gz gitea-74930b1ccd9acacd1ddaa30d1b4849b0e4570d7c.zip |
Avoiding accessing undefined mentionValues (#26461)
The `window.config.mentionValues` might be undefined:
```
{{if or .Participants .Assignees .MentionableTeams}}
mentionValues: ...
{{end}}
```
Diffstat (limited to 'web_src/css/helpers.css')
0 files changed, 0 insertions, 0 deletions