File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545
4646 var architecture = browser . architecture == "arm" ? "arm64" : "64-bit" ;
4747 var url = href [ 1 ] + 'download' + href [ 2 ] + '/Git-' + version [ 1 ] + '-' + architecture + '.exe' ;
48- $ ( 'a.button:contains("Download")' ) [ 0 ] . href = url ;
48+ document . getElementById ( "download" ) . href = url ;
4949 } )
5050 } catch ( e ) { }
5151 { { end - } }
Original file line number Diff line number Diff line change 1717 < div class ="vcentercontainer ">
1818 < div >
1919 < h2 > We bring the awesome < span class ="gittext "> Git</ span > SCM to Windows</ h2 >
20- < a name ="download " /> < a class ="button featurebutton " href ="https://github.com/git-for-windows/git/releases/latest " target ="_blank "> Download</ a >
20+ < a id ="download " class ="button featurebutton " href ="https://github.com/git-for-windows/git/releases/latest " target ="_blank "> Download</ a >
2121 < a class ="button featurebutton " href ="#contribute "> Contribute</ a >
2222 </ div >
2323 </ div >
You can’t perform that action at this time.
0 commit comments