Sha256: 5b104e759e4224bee1d00b56f95bbdb099f194934d570f47838465e650a671d8
Contents?: true
Size: 235 Bytes
Versions: 16
Compression:
Stored size: 235 Bytes
Contents
function findFocus() { if (window.location.href.endsWith('/find')) { $(".findForm input[type='text']")[0].focus(); } } // to cope with rails 4 turbolinks $(document).ready(findFocus); $(document).on('page:change', findFocus);
Version data entries
16 entries across 16 versions & 1 rubygems