Index: trunk/extensions/PageSchemas/specials/PS_EditSchema.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | if (jQuery(this).is(":checked")) |
63 | 63 | { |
64 | 64 | alert("checked"); |
65 | | - jQuery(this).siblings('.delimiterInput').css('display', ''); |
| 65 | + jQuery(this).closest('.fieldBox').find('.delimiterInput').css('display', ''); |
66 | 66 | }else{ |
67 | 67 | alert("unchecked"); |
68 | 68 | jQuery(this).siblings('.delimiterInput').css('display', 'none'); |