Only activate FastClick and stop keyboard shortcuts on touch devices

pull/393/merge
Thibaut Courouble 9 years ago
parent 8140e418a6
commit 7d433c162b

@ -26,8 +26,9 @@ class app.views.Mobile extends app.View
super super
init: -> init: ->
FastClick.attach @body if $.isTouchScreen()
app.shortcuts.stop() FastClick.attach @body
app.shortcuts.stop()
$.on @body, 'click', @onClick $.on @body, 'click', @onClick
$.on $('._home-link'), 'click', @onClickHome $.on $('._home-link'), 'click', @onClickHome

Loading…
Cancel
Save