aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2019-07-02 18:27:45 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2019-07-02 18:27:45 +0200
commit91d11511875ffc6e53ca363cfb25905c200d3367 (patch)
tree5abbbc60061d1e6a6c0c1fd08bfc8acfe6e77cfb /en
parentf0ddbf969cbbe94fb645417f0e22612ce4a91882 (diff)
downloadwww-91d11511875ffc6e53ca363cfb25905c200d3367.tar
www-91d11511875ffc6e53ca363cfb25905c200d3367.tar.gz
www-91d11511875ffc6e53ca363cfb25905c200d3367.tar.bz2
www-91d11511875ffc6e53ca363cfb25905c200d3367.tar.xz
www-91d11511875ffc6e53ca363cfb25905c200d3367.zip
Fix netinstall download file link
Diffstat (limited to 'en')
-rw-r--r--en/7/download_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/7/download_index.php b/en/7/download_index.php
index 07f090d58..af730acb9 100644
--- a/en/7/download_index.php
+++ b/en/7/download_index.php
@@ -410,9 +410,9 @@ $('img.lazy').each(function(){
getname ='<?php echo get_mageia($name, $version, $release)?>' + '-';
<?php if($versionOld){ ?>
getnameOld ='<?php echo get_mageia($name, $versionOld, $release)?>' + '-';
- file = $('#live').is(':checked') ? getname + format + '-' + desktop + '-' + arch + '.iso' : $('#classical').is(':checked') ? getnameOld + arch + '.iso' : getname + format + nat + arch + '-CD.iso';
+ file = $('#live').is(':checked') ? getname + format + '-' + desktop + '-' + arch + '.iso' : $('#classical').is(':checked') ? getnameOld + arch + '.iso' : getname + format + nat + arch + '.iso';
<?php }else{ ?>
- file = $('#live').is(':checked') ? getname + format + '-' + desktop + '-' + arch + '.iso' : $('#classical').is(':checked') ? getname + arch + '.iso' : getname + format + nat + arch + '-CD.iso';
+ file = $('#live').is(':checked') ? getname + format + '-' + desktop + '-' + arch + '.iso' : $('#classical').is(':checked') ? getname + arch + '.iso' : getname + format + nat + arch + '.iso';
<?php } ?>
file = (this.id == 'torrentlink') ? file + '&torrent=1' : file ;
$("a.btn").attr('href','../downloads/get/?q=' + file);