aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/data/scripts/follow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/follow.js b/examples/data/scripts/follow.js
index f8c859d..763b0d9 100644
--- a/examples/data/scripts/follow.js
+++ b/examples/data/scripts/follow.js
@@ -138,7 +138,7 @@ function clickElem(item) {
} catch(err) {
type = 'TEXT';
}
- if (type == 'TEXT' || type == 'PASSWORD') {
+ if (type == 'TEXT' || type == 'SEARCH' || type == 'PASSWORD') {
item.focus();
item.select();
rv="XXXEMIT_FORM_ACTIVEXXX";