Skip to content

Commit

Permalink
Fixed the issue with "Notify me" button for back in stock subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMaz committed Nov 11, 2017
1 parent c7b7206 commit 8315c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<button type="submit" id="back-in-stock-notify-me" class="button-1 notify-me-button">
@(Model.AlreadySubscribed ? @T("BackInStockSubscriptions.Unsubscribe").Text : @T("BackInStockSubscriptions.NotifyMe").Text)
</button>
<script type="text/javascript" asp-location="Footer">
<script type="text/javascript">
$(document).ready(function () {
$("#back-in-stock-notify-me").on('click', function () {
var subscribeButton = this;
Expand Down

0 comments on commit 8315c57

Please sign in to comment.