summaryrefslogtreecommitdiffstats
path: root/usr/share/mageiawelcome/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/mageiawelcome/index.html')
-rw-r--r--usr/share/mageiawelcome/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html
index c7629f9..8a00efd 100644
--- a/usr/share/mageiawelcome/index.html
+++ b/usr/share/mageiawelcome/index.html
@@ -123,6 +123,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
var rpms = selected.join(' ');
send('"install_selected ' + cat +' '+ rpms + '"');
selected = [];
+ $('#lista_applikacji').find('input[type=checkbox]:checked').removeAttr('checked');
$('span#count_rpms').text(selected.length);
$('div#selectedPKGS').html(' ');
});