The plugin is not huge, but I'm not very good at JS. I can see a very
strange line (3)
if(typeof(window["ajax"]) == "undefined") {
which should probably be
if(typeof(window["ajax"]) === undefined) {
At least, after such a correction my TW opened properly in Opera, but
jsMath still doesn't work. May be someone among developers can help?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/tiddlywiki?hl=en.