Skip to content

Commit

Permalink
Merge pull request #1757 from bofrede/patch-1
Browse files Browse the repository at this point in the history
Simplified cart link url
  • Loading branch information
jhawthorn authored Mar 14, 2017
2 parents 5ef6d84 + e4f2b96 commit 6ca3ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/shared/_main_nav_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</noscript>
&nbsp;
</li>
<script>Spree.fetch_cart('<%= j spree.cart_link_url %>')</script>
</ul>
<script>Spree.fetch_cart('<%= j spree.cart_link_path %>')</script>
</nav>

0 comments on commit 6ca3ab6

Please sign in to comment.