Can you elaborate what JavaScript code is that?

I had problems with e.g. recaptcha module, which starts the script with:

> <script><!--
> here be the javascript
> --></script>
>
and when minimized, this became:

> <script><!-- var whatever, errors on this first line because of the
> leading '<!--' on the same line as script source --></script>
>
which didn't work, so I preserved <!-- and that fixed it.
Other than that, even JavaScript should be safe to
minimize<http://closure-compiler.appspot.com/home>,
with exception that the current simple code breaks whitespace in strings,
which is then, perhaps contrary to programmer's expectation, not preserved.

So what JavaScript is breaking for you?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to