From 2a0c87a2c3e771849a90d06bdbbb066f588329ee Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 27 Sep 2013 16:45:27 +0200 Subject: Not starting mcc, rpmdrake, etc fixed. New version 0.7 --- Makefile | 2 +- usr/share/mageiawelcome/index.html | 2 +- 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'); -- cgit v1.2.1