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
image.path = staticSpecs.FileURL; if (image.path && image.path.indexOf('auth') == -1) { image.url = image.path + "&auth=" + Security.auth(); //console.log(image.url); }
The text was updated successfully, but these errors were encountered:
#47 Product Lightbox - security error on line item edit
f1ea081
This fix actually caused a bug where clicking on the thumbnail did not switch the main image, reverting back.
Sorry, something went wrong.
#47 - security error on line item edit [ reverting ]
be004d6
ff19e97
No branches or pull requests
image.path = staticSpecs.FileURL; if (image.path && image.path.indexOf('auth') == -1) { image.url = image.path + "&auth=" + Security.auth(); //console.log(image.url); }
The text was updated successfully, but these errors were encountered: