Continue to use search.html for site searching

Change-Id: I0e3ef90698c2ac06693eb70f140b26b476d51a22
This commit is contained in:
Ben Dodson 2010-08-24 17:13:08 -07:00
parent c67e4cb8a1
commit 07aebf322a
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ function showApiWarning(thing, selectedLevel, minLevel) {
$("#naMessage").hide();
}
}
// Direct searches to search.html
HAS_SEARCH_PAGE = true;