Skip to content
New issue

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

Change isPageType() function to reflect Product Opener evolution #49

Open
Tracked by #64
CharlesNepote opened this issue Nov 20, 2020 · 1 comment
Open
Tracked by #64
Labels
✨ enhancement New feature or request

Comments

@CharlesNepote
Copy link
Member

CharlesNepote commented Nov 20, 2020

What

Example:
if ($(".products")[0]) return "list";
will become
if ($(".list_of_products_page")[0]) return "list";

@svensven
Copy link
Collaborator

i did at least some of the types in 9e90397, albeit a different way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants