Sha256: 9872799c2432cfc8ace731ebe15212b66ca2e2f1bb26b58a335149635ac955a3
Contents?: true
Size: 222 Bytes
Versions: 176
Compression:
Stored size: 222 Bytes
Contents
$(document).ready(function() { Mousetrap.bind('ctrl+f', function() { $(".patient-search-form input").focus(); }); Mousetrap.bind('ctrl+m', function() { $("#send-patient-message").trigger("click"); }); });
Version data entries
176 entries across 176 versions & 1 rubygems