OSDN Git Service

Continue to use search.html for site searching
authorBen Dodson <bjdodson@google.com>
Wed, 25 Aug 2010 00:13:08 +0000 (17:13 -0700)
committerBen Dodson <bjdodson@google.com>
Wed, 25 Aug 2010 00:13:08 +0000 (17:13 -0700)
Change-Id: I0e3ef90698c2ac06693eb70f140b26b476d51a22

tools/droiddoc/templates/assets/customizations.js

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