]> _ Git - cubeextranet.git/commitdiff
fix #1609 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Aug 2017 10:26:03 +0000 (10:26 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 17 Aug 2017 10:26:03 +0000 (10:26 +0000)
.htaccess
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 84749924c6357bd22345dd5d2d4ff7ff49a453b9..a7b0f2ef44c6f5cf1f6aa81f443680d54bec838c 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -49,7 +49,7 @@ AddCharset UTF-8 log
        RewriteCond %{HTTP_HOST} extranet.cubedesigners.com\r
        RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]\r
 \r
-       RewriteRule (.{255}) index.php/$1 [L,QSA]\r
+       RewriteRule (.{255,}) index.php/$1 [L,QSA]\r
 \r
        # Docs\r
     RewriteCond %{REQUEST_FILENAME} !-d\r
index 732c7bf909209cc247c410efe6de642a807adadb..e9f8fdc224e1a99c4dc9e5937a84c992fdb92f5e 100644 (file)
@@ -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',