Revision 1984:0b0cb9cd7da7,
224 bytes
checked in by Denis Jean-Chirstian <contact@…>, 12 years ago
(diff) |
Revamp plugin maintenance, step 4 bis, better place for settings according to boss and some typo, addresses #999
|
Line | |
---|
1 | $(function(){ |
---|
2 | |
---|
3 | $('.recall-for-all').change(function(){ |
---|
4 | var v=$(this).val(); |
---|
5 | if(v=='seperate'){ |
---|
6 | $('.recall-per-task').removeAttr('disabled'); |
---|
7 | }else{ |
---|
8 | $('.recall-per-task').attr('disabled','disabled'); |
---|
9 | } |
---|
10 | }); |
---|
11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.