[Typo3-dev] sourceopt-extension: remove_blur_script - bug?

Christoph Roth c.roth at ekvw.de
Fri Mar 18 17:42:29 CET 2005


Hello,

I wonder if there is a bug in the sourceopt-extension.

Problem description:
I have a page with two JavaScript-blocks in the <head>. One of them
contains custom JavaScript-Code, the other is the well-known "Blur
Script", defining the blurLink()-function.

Now I want to remove the blur script while my own script block should
remain untouched. As far as I understand, the sourceopt-extension has
two directives for this case: 

remove_script_cdata - for removing all JavaScript without exceptions

remove_blur_script - for removing the blur script only.

So I say:

remove_script_cdata = 0 
remove_blur_script = 1

this does not work, the extension wipes out any JavaScript, although
it is told not to do so.

Or am I missing sonething?

Greetings,

Christoph Roth





More information about the TYPO3-dev mailing list