File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1747,11 +1747,17 @@ require([
17471747 if ( is_cohort ) {
17481748 if ( data . file_parts_count > data . display_file_parts_count ) {
17491749 $ ( '#file-export-option' ) . prop ( 'title' , 'Your cohort exceeds the maximum for download.' ) ;
1750- $ ( '#file-manifest-max-exceeded' ) . show ( ) ;
17511750 $ ( '#file-export-option input' ) . prop ( 'disabled' , 'disabled' ) ;
17521751 $ ( '#file-export-option input' ) . prop ( 'checked' , false ) ;
1752+
17531753 $ ( '#bq-export-option input' ) . prop ( 'checked' , true ) . trigger ( "click" ) ;
1754+
1755+ $ ( '#file-manifest-max-exceeded' ) . show ( ) ;
1756+ $ ( '#file-manifest' ) . hide ( ) ;
17541757 } else {
1758+ $ ( '#file-manifest-max-exceeded' ) . hide ( ) ;
1759+ $ ( '#file-manifest' ) . show ( ) ;
1760+
17551761 var select_box_div = $ ( '#file-part-select-box' ) ;
17561762 var select_box = select_box_div . find ( 'select' ) ;
17571763 if ( data . file_parts_count > 1 ) {
You can’t perform that action at this time.
0 commit comments