From: vincent@cubedesigners.com Date: Thu, 17 Aug 2017 10:26:03 +0000 (+0000) Subject: fix #1609 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e8d81ff5817b6be043a25b9af0bc8fe1199ecf0a;p=cubeextranet.git fix #1609 @0.5 --- diff --git a/.htaccess b/.htaccess index 84749924c..a7b0f2ef4 100644 --- a/.htaccess +++ b/.htaccess @@ -49,7 +49,7 @@ AddCharset UTF-8 log RewriteCond %{HTTP_HOST} extranet.cubedesigners.com RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] - RewriteRule (.{255}) index.php/$1 [L,QSA] + RewriteRule (.{255,}) index.php/$1 [L,QSA] # Docs RewriteCond %{REQUEST_FILENAME} !-d diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 732c7bf90..e9f8fdc22 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -29,6 +29,7 @@ class wsHTML5Compiler { 'js/libs/gal/gal.js', 'js/libs/gal/gal.filesystem.js', 'js/libs/interact.js', + 'js/libs/hammer.js', 'js/libs/fluidbook/forms/fluidbook.form.bulle.js', 'js/libs/fluidbook/fluidbook.utils.js', 'js/libs/fluidbook/fluidbook.links.js',