We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: if ($(".products")[0]) return "list"; will become if ($(".list_of_products_page")[0]) return "list";
if ($(".products")[0]) return "list";
if ($(".list_of_products_page")[0]) return "list";
The text was updated successfully, but these errors were encountered:
i did at least some of the types in 9e90397, albeit a different way
Sorry, something went wrong.
No branches or pull requests
What
Example:
if ($(".products")[0]) return "list";
will become
if ($(".list_of_products_page")[0]) return "list";
The text was updated successfully, but these errors were encountered: