diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-12-16 16:03:51 (GMT) |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-12-16 16:03:51 (GMT) |
| commit | 2a3384be22d65bea2e9daf3b676ef30731c10604 (patch) | |
| tree | 07f369c767d0f4ccfdba75c702a61e6f573c37f5 | |
| parent | 68e17f57884b3c85de2a604f7450d6b2e4d5c713 (diff) | |
| download | busybox-website-2a3384be22d65bea2e9daf3b676ef30731c10604.tar.gz busybox-website-2a3384be22d65bea2e9daf3b676ef30731c10604.tar.bz2 | |
fix typo
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| -rw-r--r-- | lists.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ list with frequently asked questions... customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); var customSearchOptions = new google.search.DrawOptions(); - customSearchOptions.enableSearchBoxOnly("http://google.com/cse?cx=009810735161915413714:avgviy5fm6c"); + customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:avgviy5fm6c"); customSearchControl.draw('cse', customSearchOptions); }, true); </script> |
