summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--usr/share/mageiawelcome/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b06b5b6..d28b3c0 100644
--- a/Makefile
+++ b/Makefile
@@ -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');