Browse Source

Only changes cursor non-allowed in Paid Membership td, bug introduced with last change.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
e61cbba5c5
  1. 2
      js/shop.js

2
js/shop.js

@ -279,7 +279,7 @@ $(function(){
}); // end if this a paid member
// never been a member
$(".paid_membership:not([title])").parent().css({cursor: "not-allowed"});
$(".paid_membership:not([title])").css({cursor: "not-allowed"});
} // if contacts
} // function membership status

Loading…
Cancel
Save