File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22 'use strict'
33 var showData = false
44 var contributors
5+ if ( document . getElementById ( 'contributorList' ) ) {
56 var contributorList = document . getElementById ( 'contributorList' )
67 var commitdateTag = document . getElementById ( 'commitdate' )
78 var otherContributor = document . getElementById ( 'otherContributor' )
8283 . catch ( function ( err ) {
8384 console . log ( err , 13 )
8485 } )
86+ }
8587} ) ( )
Original file line number Diff line number Diff line change 1616 algoliaOptions : { hitsPerPage : 25 } ,
1717 debug : false ,
1818 } )
19- document . querySelector ( 'button.search' ) . addEventListener ( 'click' , function ( e ) {
20- if ( document . querySelector ( '.navbar-start' ) . classList . toggle ( 'reveal-search-input' ) ) {
21- ds . autocomplete . autocomplete . setVal ( '' )
22- ds . input . focus ( )
23- }
24- } )
19+ ds . input . focus ( )
20+ // document.querySelector('button.search').addEventListener('click', function (e) {
21+ // if (document.querySelector('.navbar-start').classList.toggle('reveal-search-input')) {
22+ // ds.autocomplete.autocomplete.setVal('')
23+ // ds.input.focus()
24+ // }
25+ // })
2526 } )
2627} ) ( )
You can’t perform that action at this time.
0 commit comments