mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 23:24:42 +08:00
DEV: Remove jquery from themes list (#16980)
This commit is contained in:
@ -15,7 +15,7 @@ export default Component.extend({
|
||||
displayHasMore: gt("theme.childThemes.length", MAX_COMPONENTS),
|
||||
|
||||
click(e) {
|
||||
if (!$(e.target).hasClass("others-count")) {
|
||||
if (!e.target.classList.contains("others-count")) {
|
||||
this.navigateToTheme();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user