mirror of https://github.com/go-gitea/gitea.git
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.
b5a2bb9ab3
Fixes https://github.com/go-gitea/gitea/issues/25130 The old code uses `$(this).next()` to get `dismiss-review-modal`. At first, it will get `$(#dismiss-review-modal)`, but the next time it will get `$(#dismiss-review-modal).next();` and then `$(#dismiss-review-modal).next().next();`. Because div `dismiss-review-modal` will be removed when `dismiss-review-btn` clicked. Maybe the right usage is adding `show-modal` class and `data-modal` attribute. |
2 years ago | |
---|---|---|
.. | ||
components | 2 years ago | |
features | 2 years ago | |
markup | 2 years ago | |
modules | 2 years ago | |
render | 2 years ago | |
standalone | 3 years ago | |
test | 2 years ago | |
utils | 2 years ago | |
webcomponents | 2 years ago | |
bootstrap.js | 2 years ago | |
index.js | 2 years ago | |
jquery.js | 5 years ago | |
svg.js | 2 years ago | |
svg.test.js | 2 years ago | |
utils.js | 2 years ago | |
utils.test.js | 2 years ago |