1
1
{% capture /dev/null %}<!-- suppress render of this part -->
2
2
<!-- Copyright 2013 - 2016 The Bitcoin.org Project.
3
- Copyright 2017 - 2018 The BitcoinCore.org Project
3
+ Copyright 2017 - 2020 The BitcoinCore.org Project
4
4
This file is licensed under the MIT License (MIT) available on
5
5
http://opensource.org/licenses/MIT. -->
6
6
{% assign VERSION_SORTED_RELEASES = site.releases | sort: 'release' | reverse %}
@@ -41,9 +41,7 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
41
41
< div >
42
42
< img src ="/assets/images/os/med_linux.png " alt ="linux ">
43
43
< span >
44
- < a href ="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.lin64 }} " id ="downloadlin "> Linux (tgz)</ a >
45
- < span > < a href ="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.lin64 }} " class ="dl " id ="lin64 "> 64 bit</ a > -
46
- < a href ="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.lin32 }} " class ="dl " id ="lin32 "> 32 bit</ a > </ span >
44
+ < a href ="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.lin64 }} " class ="dl " id ="lin64 "> Linux (tgz)</ a >
47
45
</ span >
48
46
</ div >
49
47
</ div >
@@ -251,21 +249,16 @@ <h2 style="text-align: center">{{page.build_reproduction}}</h2>
251
249
< script type ="text/javascript ">
252
250
var os = 'windows64' ;
253
251
if ( navigator . userAgent . indexOf ( 'Mac' ) != - 1 ) var os = 'mac'
254
- else if ( navigator . userAgent . indexOf ( 'Linux' ) != - 1 ) {
255
- var os = 'linux32' ;
256
- if ( navigator . userAgent . indexOf ( 'x86_64' ) != - 1 ) var os = 'linux64' ;
257
- }
252
+ else if ( navigator . userAgent . indexOf ( 'Linux' ) != - 1 ) var os = 'linux64'
258
253
else if ( navigator . userAgent . indexOf ( 'WOW64' ) != - 1 || navigator . userAgent . indexOf ( 'Win64' ) != - 1 ) var os = 'windows64' ;
259
254
var but = document . getElementById ( 'downloadbutton' ) ;
260
255
var linkwinexe = document . getElementById ( 'downloadwinexe' ) ;
261
256
var linkwinzip = document . getElementById ( 'downloadwinzip' ) ;
262
- var linklin = document . getElementById ( 'downloadlin' ) ;
263
257
var hrefwin64exe = document . getElementById ( 'win64exe' ) . href ;
264
258
var hrefwin64zip = document . getElementById ( 'win64zip' ) . href ;
265
259
var hrefmacdmg = document . getElementById ( 'macdmg' ) . href ;
266
260
var hrefmactar = document . getElementById ( 'mactar' ) . href ;
267
261
var hreflin64 = document . getElementById ( 'lin64' ) . href ;
268
- var hreflin32 = document . getElementById ( 'lin32' ) . href ;
269
262
switch ( os ) {
270
263
case 'windows64' :
271
264
but . getElementsByTagName ( 'IMG' ) [ 0 ] . src = '/assets/images/os/but_windows.svg' ;
@@ -278,11 +271,6 @@ <h2 style="text-align: center">{{page.build_reproduction}}</h2>
278
271
but . href = hreflin64 ;
279
272
linklin . href = hreflin64 ;
280
273
break ;
281
- case 'linux32' :
282
- but . getElementsByTagName ( 'IMG' ) [ 0 ] . src = '/assets/images/os/but_linux.png' ;
283
- but . href = hreflin32 ;
284
- linklin . href = hreflin32 ;
285
- break ;
286
274
case 'mac' :
287
275
but . getElementsByTagName ( 'IMG' ) [ 0 ] . src = '/assets/images/os/but_mac.svg' ;
288
276
but . href = hrefmacdmg ;
0 commit comments