Four51 / CustomSolutions

Custom Solutions
7 stars 15 forks source link

Product Lightbox - security error on line item edit #47

Open jrasmussen451 opened 8 years ago

jrasmussen451 commented 8 years ago

image.path = staticSpecs.FileURL; if (image.path && image.path.indexOf('auth') == -1) { image.url = image.path + "&auth=" + Security.auth(); //console.log(image.url); }

jrasmussen451 commented 8 years ago

This fix actually caused a bug where clicking on the thumbnail did not switch the main image, reverting back.