aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/follow.js
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2011-03-18 14:11:41 +0100
committerGravatar keis <keijser@gmail.com>2011-03-18 14:12:24 +0100
commitfc9946d16ee7f2e1632e228c2b4734d8e636a76d (patch)
tree527a7706295107b2b547224d72b6da6d5983057f /examples/data/scripts/follow.js
parentc4e594448095703a13dfa2556c78a55ed65d6f47 (diff)
make elements with onclick followable
Diffstat (limited to 'examples/data/scripts/follow.js')
-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 536256b..632bae6 100644
--- a/examples/data/scripts/follow.js
+++ b/examples/data/scripts/follow.js
@@ -211,7 +211,7 @@ uzbl.follow.followLinks = function(follow) {
var s = follow.split('');
var linknr = this.labelToInt(follow);
- var followable = 'a, area, textarea, select, input:not([type=hidden]), button';
+ var followable = 'a, area, textarea, select, input:not([type=hidden]), button, *[onclick]';
var uri = 'a, area, frame, iframe';
//var focusable = 'a, area, textarea, select, input:not([type=hidden]), button, frame, iframe, applet, object';
//var desc = '*[title], img[alt], applet[alt], area[alt], input[alt]';