Explorar o código

Fix 'FastClick is not defined' error

Thibaut Courouble %!s(int64=8) %!d(string=hai) anos
pai
achega
d6d7d450bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assets/javascripts/views/layout/mobile.coffee

+ 1 - 1
assets/javascripts/views/layout/mobile.coffee

@@ -33,7 +33,7 @@ class app.views.Mobile extends app.View
     super
 
   init: ->
-    FastClick.attach @body
+    window.FastClick?.attach @body
 
     $.on $('._search'), 'touchend', @onTapSearch