Chromium Code Reviews| 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 |