mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove jquery from themes list (#16980)
This commit is contained in:
parent
91f00ecf5a
commit
f5e4df1b0e
@ -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();
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user