Sha256: 00e650ff776318f30dffe755545dd5e4c4ab169ff08526dd6ff957e791beba3b
Contents?: true
Size: 426 Bytes
Versions: 50
Compression:
Stored size: 426 Bytes
Contents
Blacklight.onLoad(function() { // Button clicks should change focus. As of 10/3/19, Firefox for Mac and // Safari both do not set focus to a button on button click. // See https://zellwk.com/blog/inconsistent-button-behavior/ for background information document.querySelectorAll('button.collapse-toggle').forEach((button) => { button.addEventListener('click', () => { event.target.focus(); }); }); });
Version data entries
50 entries across 50 versions & 2 rubygems