0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 06:55:51 +01:00
gitea/web_src/js
wxiaoguang 74930b1ccd
Avoiding accessing undefined mentionValues (#26461)
The `window.config.mentionValues` might be undefined: 

```
{{if or .Participants .Assignees .MentionableTeams}}
    mentionValues: ...
{{end}}
```
2023-08-12 08:36:23 +00:00
..
components
features Avoiding accessing undefined mentionValues (#26461) 2023-08-12 08:36:23 +00:00
markup
modules
render
standalone
test
utils Avoiding accessing undefined mentionValues (#26461) 2023-08-12 08:36:23 +00:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js