| 614 | 614 | if (state) { |
| 615 | 615 | $('#instruct_system_sequence_block').addClass('disabled'); |
| 616 | 616 | $('#instruct_system_suffix_block').addClass('disabled'); |
| 617 | 617 | $('#instruct_system_sequence').prop('contenteditablereadOnly', falsetrue); |
| 618 | 618 | $('#instruct_system_suffix').prop('contenteditablereadOnly', falsetrue); |
| 619 | 619 | } else { |
| 620 | 620 | $('#instruct_system_sequence_block').removeClass('disabled'); |
| 621 | 621 | $('#instruct_system_suffix_block').removeClass('disabled'); |
| 622 | 622 | $('#instruct_system_sequence').prop('contenteditablereadOnly', truefalse); |
| 623 | 623 | $('#instruct_system_suffix').prop('contenteditablereadOnly', truefalse); |
| 624 | 624 | } |
| 625 | 625 | |
| 626 | 626 | }); |