From fd81840e57b49515d5bf9606a963c14b260bb2c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 31 Mar 2016 12:32:30 +0200 Subject: [PATCH] mobile: use ext6 Cookies.js The ext4 file is not in the repository and we don't unpack the zip anymore, so it won't be found after a `make clean`. It's the same code formatted differently, so it should work. --- www/mobile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mobile/Makefile b/www/mobile/Makefile index 8dcc920e..8070a1c2 100644 --- a/www/mobile/Makefile +++ b/www/mobile/Makefile @@ -2,7 +2,7 @@ include ../../defines.mk JSSRC= \ - ../ext4/extjs/src/util/Cookies.js \ + ../ext6/extjs/classic/classic/src/util/Cookies.js \ ../manager/Utils.js \ ../manager/Parser.js \ Toolkit.js \