File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 for ( var key in data . assets ) {
2424 if ( data . assets [ key ] . name . includes ( "linux64-omp.zip" ) ) {
2525 $ ( '#asset_linux' ) . attr ( "href" , data . assets [ key ] . browser_download_url )
26- $ ( '#asset_linux' ) . text ( "SU2 OMP" + data . tag_name + " for Linux" )
26+ $ ( '#asset_linux' ) . text ( "SU2 OMP " + data . tag_name + " for Linux" )
2727 $ ( '#asset_linux_time' ) . text ( data . assets [ key ] . created_at . substring ( 0 , 10 ) )
2828 $ ( '#asset_linux_size' ) . text ( parseInt ( data . assets [ key ] . size / 1024 / 1024 ) + 'MB' )
2929 $ ( '#asset_linux_count' ) . text ( data . assets [ key ] . download_count )
5151 }
5252 if ( data . assets [ key ] . name . includes ( "win64-omp.zip" ) ) {
5353 $ ( '#asset_win' ) . attr ( "href" , data . assets [ key ] . browser_download_url )
54- $ ( '#asset_win' ) . text ( "SU2 OMP" + data . tag_name + " for Windows" )
54+ $ ( '#asset_win' ) . text ( "SU2 OMP " + data . tag_name + " for Windows" )
5555 $ ( '#asset_win_time' ) . text ( data . assets [ key ] . created_at . substring ( 0 , 10 ) )
5656 $ ( '#asset_win_size' ) . text ( parseInt ( data . assets [ key ] . size / 1024 / 1024 ) + 'MB' )
5757 $ ( '#asset_win_count' ) . text ( data . assets [ key ] . download_count )
You can’t perform that action at this time.
0 commit comments