Continue to use search.html for site searching
Change-Id: I0e3ef90698c2ac06693eb70f140b26b476d51a22
This commit is contained in:
parent
c67e4cb8a1
commit
07aebf322a
|
@ -9,3 +9,6 @@ function showApiWarning(thing, selectedLevel, minLevel) {
|
|||
$("#naMessage").hide();
|
||||
}
|
||||
}
|
||||
|
||||
// Direct searches to search.html
|
||||
HAS_SEARCH_PAGE = true;
|
||||
|
|
Loading…
Reference in New Issue