diff options
author | portix <portix@gmx.net> | 2011-09-12 14:08:56 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-12 14:08:56 +0200 |
commit | 7cb4034edcdef390cc39135e4b530c8212f8afa2 (patch) | |
tree | c17d41f21c609f8a80f4f476fd8b0dd370abf012 /lib/error.html | |
parent | 1d45401e452291aaadfb99e189527633db590dd2 (diff) | |
download | dwb-7cb4034edcdef390cc39135e4b530c8212f8afa2.zip |
Hide error button without searchengine
Diffstat (limited to 'lib/error.html')
-rw-r--r-- | lib/error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.html b/lib/error.html index 4fab8ec0..88788849 100644 --- a/lib/error.html +++ b/lib/error.html @@ -56,7 +56,7 @@ function searchFor(uri) { <form name="bl"> <input type="button" value="Try again" onclick="javascript:tryagain()" /> -<input type="button" value="Search" %s onclick="javascript:searchFor('%s')" /> +<input type="button" value="Search" style="visibility:%s" onclick="javascript:searchFor('%s')" /> </form> </div> |