File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/rdoc/generator/template/darkfish Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< nav id ="search-section " class ="section project-section " class ="initially-hidden ">
22 < form action ="# " method ="get " accept-charset ="utf-8 ">
33 < h3 class ="section-header ">
4- < input type ="text " name ="search " placeholder ="Search " id ="search-field ">
4+ < input type ="text " name ="search " placeholder ="Search " id ="search-field "
5+ title ="Type to search, Up and Down to navigate, Enter to load ">
56 </ h3 >
67 </ form >
78
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ function hookTableOfContentsToggle() {
6969function hookSearch ( ) {
7070 var input = $ ( '#search-field' ) . eq ( 0 ) ;
7171 var result = $ ( '#search-results' ) . eq ( 0 ) ;
72- :wa
7372 $ ( result ) . show ( ) ;
7473
7574 var search_section = $ ( '#search-section' ) . get ( 0 ) ;
You can’t perform that action at this time.
0 commit comments