0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 14:34:38 +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 Tweak actions menu (#26278) 2023-08-12 08:26:53 +00:00
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 Add commits dropdown in PR files view and allow commit by commit review (#25528) 2023-07-28 21:18:12 +02:00
svg.test.js
utils.js
utils.test.js