Sha256: 538671f21fae9869dec6f7330755ba9e807fd52617d27edafb141ca1e1419cd2
Contents?: true
Size: 270 Bytes
Versions: 8
Compression:
Stored size: 270 Bytes
Contents
#= 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
Version data entries
8 entries across 8 versions & 1 rubygems