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

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: Added .video-container class so YouTube video will be responsive. Created 6 years, 7 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..1c4d8ac9876dfcbf63a4e44fa34adae526fb3656 100644
--- a/chrome/common/extensions/docs/static/js/search.js
+++ b/chrome/common/extensions/docs/static/js/search.js
@@ -28,7 +28,7 @@
// Attach autocomplete to the search box
var enableAutoComplete = function() {
- console.log("running enableAutoComplete");
+ // console.log("running enableAutoComplete");
not at google - send to devlin 2014/06/03 17:44:00 just delete it?
pearlchen 2014/06/03 22:52:14 sure On 2014/06/03 17:44:00, kalman wrote:
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