Sha256: 10a2e96a2ad38a0fe56fbe38298ac811f16c51ff33739ea7f7e9e7225450da86
Contents?: true
Size: 532 Bytes
Versions: 5
Compression:
Stored size: 532 Bytes
Contents
$(function() { $('.sidebar-nav').each(function() { accordion($(this)); }); // https://github.com/18F/private-eye#usage PrivateEye({ ignoreUrls: [ 'https://docs.google.com', 'https://drive.google.com', 'https://github.com/18F/Accessibility_Reviews', 'https://github.com/18F/DevOps', 'https://github.com/18F/handbook', 'https://github.com/18F/writing-lab' ] }); }); // http://bryanbraun.github.io/anchorjs/ anchors.options = { visible: 'touch' }; anchors.add('h3,h4,h5');
Version data entries
5 entries across 5 versions & 1 rubygems