Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Fix dead 'add to sub' checkbox click handler
Browse files Browse the repository at this point in the history
  • Loading branch information
manospsyx committed Mar 8, 2018
1 parent 9eaeadd commit 931672d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions assets/js/wcs-att-single-add-to-cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@
var View = Backbone.View.extend( {

$el_content: false,
product: false,

product: false,

block_params: {
message: null,
Expand All @@ -235,7 +236,7 @@
},

events: {
'click .wcsatt-add-to-subscription-action': 'action_link_clicked'
'click .wcsatt-add-to-subscription-action-input': 'action_link_clicked'
},

// 'Add to subscription' link 'click' event handler.
Expand Down
Loading

0 comments on commit 931672d

Please sign in to comment.