1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

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

This commit is contained in:
Jonathan Rosenbaum 2017-12-15 05:29:38 +00:00
parent f59020a823
commit e61cbba5c5

View File

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