Changeset 5122
- Timestamp:
- Nov 21, 2018, 9:10:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.relax/trunk/resources/admin/install.js
r5078 r5122 159 159 Wizard.setWizardStatus('messagecontainer note', numWarnings+' warnings was detected. Relax may still work. If not, you need to fix it manually.'); 160 160 } 161 else162 {163 Wizard.setWizardStatus('all-checks-passed', 'All checks passed');164 }165 161 if (numMissing > 0) 166 162 { … … 179 175 Doc.show('fixRNALinkToLysate'); 180 176 Buttons.addClickHandler('fixRNALinkToLysate', install.fixRNALinkToLysate); 177 allOk = false; 178 } 179 if (allOk) 180 { 181 Wizard.setWizardStatus('all-checks-passed', 'All checks passed'); 181 182 } 182 183 }
Note: See TracChangeset
for help on using the changeset viewer.