diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | usr/share/mageiawelcome/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 0.6 +VERSION = 0.7 TEXT_FILES = makepot \ Makefile diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index 43f92c1..9c969f6 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -85,7 +85,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" send('"' + link + '"'); }); // RUN DRAKS AND APPLICATIONS - $('#lista_applikacji').on('click','button.cmd', function(){send('"run ' + ($(this).data("run")) + '"');}); + $('div.tab').on('click','button.cmd', function(){send('"run ' + ($(this).data("run")) + '"');}); //URPMI FROM APPLIST $('#lista_applikacji').on('click','button.inst', function(){ var rpm = $(this).data('rpm'); |