mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Fixed the payement type label bug, but altering the selector.
1). This selector turned of edit when clicked, but because of the way it was construed it was hiding the label. Only became obvious when the validation tests were added.
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ $(function() {
|
||||
} );
|
||||
|
||||
// paid or not?
|
||||
//$(":checked").parent("td").prev().children().hide(); // with validation testing this seems to be unnecessary
|
||||
$(":checked").parent("td").prev().children().not("#payment_type_label").hide(); // need to watch that not introduction bugs
|
||||
$(".paid").click(function() {
|
||||
|
||||
if (open_shop == "no_shop") { return false; }
|
||||
|
||||
Reference in New Issue
Block a user