css selector error
-
You have an error in auto-translate-global.min.js
e(“.wpat_minimalist_dropdown”).find(‘.wpat_lang_item[data-lang-code=”‘ + a + ‘”‘).addClass(“wpat_hidden”)
should be
e(“.wpat_minimalist_dropdown”).find(‘.wpat_lang_item[data-lang-code=”‘ + a + ‘”]’).addClass(“wpat_hidden”)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘css selector error’ is closed to new replies.