diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-10 14:35:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-10 14:35:15 +0200 |
| commit | 50bf754c8742a5b7d054b9d93f9d4e37c1641a01 (patch) | |
| tree | eeb7636d8e6e720499fa9eef18c057ed26f9ef04 /StoneIsland/www/js/lib/etc/accessibility.js | |
| parent | 9cf4294fe8951f0a979d58f14b394cdf35af93aa (diff) | |
use native scrolling!! wooo!!! no more fastclick OR iscroll!! bye bye 2015!!!!
Diffstat (limited to 'StoneIsland/www/js/lib/etc/accessibility.js')
| -rw-r--r-- | StoneIsland/www/js/lib/etc/accessibility.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/etc/accessibility.js b/StoneIsland/www/js/lib/etc/accessibility.js index a18ad5b3..c91582f0 100644 --- a/StoneIsland/www/js/lib/etc/accessibility.js +++ b/StoneIsland/www/js/lib/etc/accessibility.js @@ -1,4 +1,5 @@ var accessibility = (function() { + $('html').addClass('vscroll') var accessibility = {} accessibility.voiceOver = false @@ -43,7 +44,7 @@ var accessibility = (function() { $("html").addClass('accessible') $('html').addClass('vscroll') } else { - $('html').addClass('iscroll') + // $('html').addClass('iscroll') } ready() }) |
