From e61cbba5c5cf31239260463ee181a2eefbf3c02a Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Fri, 15 Dec 2017 05:29:38 +0000 Subject: [PATCH] Only changes cursor non-allowed in Paid Membership td, bug introduced with last change. --- js/shop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/shop.js b/js/shop.js index 6b996dc..03388b2 100644 --- a/js/shop.js +++ b/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