2009/2/22 Hans <[email protected]>:
> Bug report:
>
> Just noticed that some change between 2.49 and 2.51is removing back
> slashes, which causes javascript to fail (the javascript uses back
> slashes to escape single quotes). Had to revert back to 2.49.
>
> ~Hans
>
A bit more detail:
the javascript is put into the HTML via $BOLTpluginBody var.
the change I observe:
v 2.49 (correct rendering):
var act =
'"javascript:toggleObj(\''+obj+'\',\''+tog+'\',\''+show+'\',\''+hide+'\',\''+swap+'\',\''+set+'\',\''+cname+'\',\''+type+'\');"';
v 2.51 (backslashes stripped):
var act =
'"javascript:toggleObj(''+obj+'',''+tog+'',''+show+'',''+hide+'',''+swap+'',''+set+'',''+cname+'',''+type+'');"';
these lines are part of the javascript code.
~Hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---