From a0a1eb402d84be81000ed608d3da40a495cc6d34 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 May 2020 15:22:04 +0200 Subject: cart accessibility --- StoneIsland/www/js/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'StoneIsland/www/js/index.js') diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 42cec6f1..8574372d 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -22,7 +22,9 @@ var app = (function(){ app.bind = function(){ document.addEventListener('touchmove', function(e){ e.preventDefault() }) - FastClick.attach(document.body) + if (!app.accessible) { + FastClick.attach(document.body) + } } app.build = function(){ -- cgit v1.2.3-70-g09d2