diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/share/mageiawelcome/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index 7f9d8e8..43f92c1 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -90,6 +90,9 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" $('#lista_applikacji').on('click','button.inst', function(){ var rpm = $(this).data('rpm'); send('"gurpmi ' + cat +' ' + rpm + '"'); + selected = []; + $('span#count_rpms').text(selected.length); + $('div#selectedPKGS').html(selected.join(' ')); }); // INSTALL SELECTED |