Changeset 3182:adf3c934173f for plugins/maintenance
- Timestamp:
- 02/22/16 16:15:18 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/js/settings.js
r2566 r3182 1 1 $(function(){ 2 $('.recall-for-all').attr('disabled','disabled');2 $('.recall-for-all').attr('disabled','disabled'); 3 3 $('#settings_recall_all').change(function(){ 4 4 if($(this).attr('selected')!='selected'){ … … 13 13 } 14 14 }); 15 dotclear.condSubmit('#part-maintenance input[type="radio"]','#part-maintenance input[type="submit"]'); 16 dotclear.condSubmit('#part-backup input[type="radio"]','#part-backup input[type="submit"]'); 17 dotclear.condSubmit('#part-dev input[type="radio"]','#part-dev input[type="submit"]'); 15 18 });
Note: See TracChangeset
for help on using the changeset viewer.