[pve-devel] [PATCH pve-manager 2/2] Migrate sencha touch lib to newest version

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Sep 21 10:22:38 CEST 2015


Adapt makefile to use the latest version of the sencha touch library
This fixes some bugs, which includes some really annoying ones like
the inability to scroll on mobile chrome (and other browsers).
Sencha touch can be obtained from https://www.sencha.com/legal/GPL/

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/touch/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/touch/Makefile b/www/touch/Makefile
index 5b7efa6..702ebbe 100644
--- a/www/touch/Makefile
+++ b/www/touch/Makefile
@@ -1,7 +1,7 @@
 include ../../defines.mk
 
-TOUCHDIR=touch-2.3.1
-TOUCHSRC=sencha-touch-2.3.1a-gpl.zip
+TOUCHDIR=touch-2.4.2
+TOUCHSRC=sencha-touch-2.4.2-gpl.zip
 
 TOUCHDATA = 					\
 	${TOUCHDIR}/sencha-touch-all.js		\
-- 
2.1.4




More information about the pve-devel mailing list