diff options
| author | Lotus <lotus@localhost> | 2012-03-17 21:10:29 +0100 |
|---|---|---|
| committer | Lotus <lotus@localhost> | 2012-03-17 21:10:29 +0100 |
| commit | 78f0d8f046f08a85cf0c8a07155e2083bbb5ebc6 (patch) | |
| tree | a3ff7b5c38b2365f955ad79d8b1446a23808e2d4 /htroot/yacyinteractive.html | |
| parent | 0b3f39136e5e89a3c5a834f5ab342ad0b29294ac (diff) | |
no focus on preview frames for search integration
fixes bug http://bugs.yacy.net/view.php?id=161
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index abcbe2640..f24120475 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -80,7 +80,9 @@ var q = "#[query]#"; var s = "#[startRecord]#"; var m = "#[maximumRecords]#"; if (q != "") search(q, m, s); +#(focus)#:: document.getElementById("search").focus(); +#(/focus)# //]]> </script> #%env/templates/footer.template%# |
