#= require fastclick $ -> setupFastClick() $(document).on "pjax:end", -> setupFastClick() setupFastClick = -> return if <%= Rails.env.test? %> $("label > *").css("pointer-events", "none") unless FastClick.notNeeded(document.body) FastClick.attach document.body