DEV: Remove jquery from themes list (#16980)

This commit is contained in:
Isaac Janzen
2022-06-02 16:01:24 -05:00
committed by GitHub
parent 91f00ecf5a
commit f5e4df1b0e

View File

@ -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();
}
},