diff options
author | Graham Percival <graham@percival-music.ca> | 2011-06-07 11:42:14 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-06-07 11:42:14 +0100 |
commit | db084d94d56b4bc5dd51fee39410320c95eb4e50 (patch) | |
tree | 420612b5f9b00842ad0665e9ece1a82aab40803e /Documentation/search-box.ihtml | |
parent | caec41ae928a0b3352ecb2ca73ae45d8e3709026 (diff) |
Search: update hard-coded version.
Diffstat (limited to 'Documentation/search-box.ihtml')
-rw-r--r-- | Documentation/search-box.ihtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/search-box.ihtml b/Documentation/search-box.ihtml index 961b6af1d0..d789109484 100644 --- a/Documentation/search-box.ihtml +++ b/Documentation/search-box.ihtml @@ -1,11 +1,11 @@ <form action="http://google.com/search" method="get" name="search" - onSubmit="search.q.value='site:lilypond.org +v2.12 ' + onSubmit="search.q.value='site:lilypond.org +v2.14 ' + search.brute_query.value" - onMouseMove="search.q.value='site:lilypond.org +v2.12 ' + onMouseMove="search.q.value='site:lilypond.org +v2.14 ' + search.brute_query.value" - onKeyUp="search.q.value='site:lilypond.org +v2.12 ' + onKeyUp="search.q.value='site:lilypond.org +v2.14 ' + search.brute_query.value"> <input type="hidden" name="btnG" value="Google Search"> <input type="text" name="brute_query" onfocus="this.value=''" value="Search"> |