Skip to content

Commit

Permalink
Merge pull request #995 from mjschock/STENCIL-3352
Browse files Browse the repository at this point in the history
STENCIL-3352 - Fix product quick view 'Write a Review' link
  • Loading branch information
mjschock authored Apr 11, 2017
2 parents b658b73 + 6ff9647 commit 2b1f849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fix product quick view 'Write a Review' link [#995](https://github.com/bigcommerce/cornerstone/pull/995)
- Update bigcommerce.com footer link [#990](https://github.com/bigcommerce/cornerstone/pull/990)
- Fix invalid icon HTML in AMP templates [#989](https://github.com/bigcommerce/cornerstone/pull/989)
- Add new theme editor setting for SSL common name to enable GeoTrust badge to work properly [#994](https://github.com/bigcommerce/cornerstone/pull/994)
Expand Down
2 changes: 1 addition & 1 deletion assets/js/theme/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class Product extends PageManager {
}

productReviewHandler() {
if (this.url.indexOf('#write_review') !== -1) {
if (this.url.indexOf('#writeReview') !== -1) {
this.$reviewLink.click();
}
}
Expand Down

0 comments on commit 2b1f849

Please sign in to comment.