aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2020-06-26 20:23:18 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2020-06-26 20:23:18 +0200
commitd4976bff7dc1cdce368b83858fb26a36a6a60e8c (patch)
treeb7420d824b352c98a6470c2e7b2dce1dca1e99aa
parent4bf5e69c5c942b91e543f04e69b28c799966b974 (diff)
downloadwww-d4976bff7dc1cdce368b83858fb26a36a6a60e8c.tar
www-d4976bff7dc1cdce368b83858fb26a36a6a60e8c.tar.gz
www-d4976bff7dc1cdce368b83858fb26a36a6a60e8c.tar.bz2
www-d4976bff7dc1cdce368b83858fb26a36a6a60e8c.tar.xz
www-d4976bff7dc1cdce368b83858fb26a36a6a60e8c.zip
fix invalid selection of live kde/gnome i586 iso
-rw-r--r--en/7/download_index.php1
-rw-r--r--en/downloads/prerelease/download_index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/en/7/download_index.php b/en/7/download_index.php
index 9dea8c793..cd9de451c 100644
--- a/en/7/download_index.php
+++ b/en/7/download_index.php
@@ -393,6 +393,7 @@ $('img.lazy').each(function(){
$('input[name=desktop]').click(function () {
$('#arch')[ $('#gnome,#kde,#xfce').is(':checked') ? 'slideDown' : 'slideUp']();
$('label[for="32b"]')[$('#gnome,#kde').is(':checked') ? 'hide' : 'show']()
+ $('#dllink')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown']();
lazyload();
});
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php
index 56d6f5948..f7ac822b6 100644
--- a/en/downloads/prerelease/download_index.php
+++ b/en/downloads/prerelease/download_index.php
@@ -402,6 +402,7 @@ $('img.lazy').each(function(){
$('input[name=desktop]').click(function () {
$('#arch')[ $('#gnome,#kde,#xfce').is(':checked') ? 'slideDown' : 'slideUp']();
$('label[for="32b"]')[$('#gnome,#kde').is(':checked') ? 'hide' : 'show']()
+ $('#dllink')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown']();
lazyload();
});