aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();
});