You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src/js/utils
wxiaoguang 74930b1ccd
Avoiding accessing undefined mentionValues (#26461)
The `window.config.mentionValues` might be undefined: 

```
{{if or .Participants .Assignees .MentionableTeams}}
    mentionValues: ...
{{end}}
```
11 months ago
..
color.js Always pass 6-digit hex color to monaco (#25780) 1 year ago
color.test.js Always pass 6-digit hex color to monaco (#25780) 1 year ago
dom.js Improve "goto issue by number" button (#24577) 1 year ago
match.js Avoiding accessing undefined mentionValues (#26461) 11 months ago
match.test.js Update emoji set to Unicode 15 (#25595) 1 year ago
url.js Refactor branch/tag selector to Vue SFC (#23421) 1 year ago
url.test.js Refactor branch/tag selector to Vue SFC (#23421) 1 year ago