Skip to content

Commit

Permalink
Corrected labels on Upload tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ricepeterm committed Sep 14, 2015
1 parent 79116c1 commit a06260e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-app/js/uploadData.js
Expand Up @@ -436,16 +436,16 @@ jQuery(document).ready(function() {
changeField('study-combobox', 'study');
jQuery('#formPage2').hide();
jQuery('#formPage1').show();
jQuery('.dataFormTitle').text("Upload Analysis Data");
jQuery('.dataFormTitle').text("Upload GWAS results");
}
else {
if (jQuery(this).attr('id') == 'uploadFileDatasetExplorerRadio') {
UPLOAD_STUDY_TYPE = 'i2b2';
jQuery('.dataFormTitle').text("Upload File to Dataset Explorer");
jQuery('.dataFormTitle').text("Upload File to Analyze");
}
else if (jQuery(this).attr('id') == 'uploadFileRadio') {
UPLOAD_STUDY_TYPE = 'Experiment';
jQuery('.dataFormTitle').text("Upload File to Faceted Search");
jQuery('.dataFormTitle').text("Upload File to GWAS");
}
jQuery('#uploadAnalysisPane').hide();
jQuery('#enterMetadataButton').hide();
Expand Down

0 comments on commit a06260e

Please sign in to comment.