| Subject: Re: How to do not parse some javascript files? |
Author: Xavier Roche |
Date: 04/21/2003 23:20 |
| | > The program does not parse some *.js files correctly. It
> changes these files so they work incorrectly. How can I
> switch parsing these files off?
Err you can disable the "dirty parser" using 'Set
options' / 'Scan' and uncheck 'Attempt to detect all links'
This should be sufficient.
The other (and harder) workaround would be to add the
following filter rule:
-*.js
(but this will rewrite all js links to external ones, which
is not really good)
| |
|
|
|
|
d
Created with FORUM 2.0.11