Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4623)

Unified Diff: chrome/common/extensions/docs/static/js/search.js

Issue 291663002: Adjustments to the fatnav and sidenav, and other CSS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor so tocOffsetTop is not global Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/js/search.js
diff --git a/chrome/common/extensions/docs/static/js/search.js b/chrome/common/extensions/docs/static/js/search.js
index 9abcd07640cfd960b9fb4c7dc08b4acf232ba625..adaf0d850ed382127ba878c0e211bf4237447c09 100644
--- a/chrome/common/extensions/docs/static/js/search.js
+++ b/chrome/common/extensions/docs/static/js/search.js
@@ -28,7 +28,6 @@
// Attach autocomplete to the search box
var enableAutoComplete = function() {
- console.log("running enableAutoComplete");
google.search.CustomSearchControl.attachAutoCompletionWithOptions(
cx, searchInput, form,
// set to true to prevent the search box form from being submitted, since

Powered by Google App Engine
This is Rietveld 408576698