From fc9946d16ee7f2e1632e228c2b4734d8e636a76d Mon Sep 17 00:00:00 2001 From: keis Date: Fri, 18 Mar 2011 14:11:41 +0100 Subject: make elements with onclick followable --- examples/data/scripts/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/data/scripts/follow.js') 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]'; -- cgit v1.2.3