File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ const Search = {
275275 const query = new URLSearchParams ( window . location . search ) . get ( "q" ) ;
276276 const section = new URLSearchParams ( window . location . search ) . get ( "section" ) ;
277277 const select = document
278- . querySelector ( 'select[name="section"]' )
278+ . querySelector ( 'select[name="section"]' ) ;
279279 document
280280 . querySelectorAll ( 'input[name="q"]' )
281281 . forEach ( ( el ) => ( el . value = query ) ) ;
Original file line number Diff line number Diff line change 277277# "<project> v<release> documentation".
278278html_title = "%(project)s v%(release)s" % {"project" : project , "release" : release }
279279
280- html_css_files = ["documentation .css" , ("print.css" , {"media" : "print" })]
280+ html_css_files = ["search .css" , ("print.css" , {"media" : "print" })]
281281html_js_files = []
282282html_extra_path = [
283283 "robots.txt" ,
You can’t perform that action at this time.
0 commit comments