Sha256: 9ce4e3b758102a35cf4ea70f35151b37215612c214888921e0565b43aa0d9319
Contents?: true
Size: 336 Bytes
Versions: 19
Compression:
Stored size: 336 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. document.querySelectorAll('button.collapse-toggle').forEach((button) => { button.addEventListener('click', () => { event.target.focus(); }); }); });
Version data entries
19 entries across 19 versions & 1 rubygems