forked from beba/foerderbarometer
WM-12: bring back opacity for admin
This commit is contained in:
parent
771819af0e
commit
ba56ca21b4
|
|
@ -14,6 +14,7 @@
|
|||
otherInput.prop('disabled', !checked);
|
||||
otherInput.prop('required', checked);
|
||||
otherLabel.toggleClass('required', checked);
|
||||
otherLabel.css('opacity', checked ? 1 : 0.3);
|
||||
otherTableRow.css('visibility', checked ? 'visible' : 'collapse');
|
||||
|
||||
if (checked) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue