Re: [dev] [surf] fix for running script.js

2010-05-12 Thread anonymous
Really nice patch. There were threads about this bug, but nobody fixed it. Now it is fixed and ^f (links numbering script) works on suckless.org.

Re: [dev] [surf] fix for running script.js

2010-05-10 Thread Sean Whitton
Hi, On Sun, May 09, 2010 at 07:27:25PM +0200, Troels Henriksen wrote: > script.js will not be run unless the site you are visiting (or has > visited in the past?) uses Javascript. This is bad. The attached patch > makes surf run script.js in every newly created web view. > Nice job - I see tha

[dev] [surf] fix for running script.js

2010-05-09 Thread Troels Henriksen
script.js will not be run unless the site you are visiting (or has visited in the past?) uses Javascript. This is bad. The attached patch makes surf run script.js in every newly created web view. diff -r 7497a6945a20 surf.c --- a/surf.c Sun May 02 10:59:28 2010 +0200 +++ b/surf.c Sun May 09 19:2