Only activate FastClick and stop keyboard shortcuts on touch devices

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

@ -26,6 +26,7 @@ class app.views.Mobile extends app.View
super
init: ->
if $.isTouchScreen()
FastClick.attach @body
app.shortcuts.stop()

Loading…
Cancel
Save