I installed the TiddlyTools split tiddler plugin, but it presents a macro
error, which is traceable to the last few lines of code.
Error while executing macro <<tiddler>>:
Error: Unable to evaluate
{{
var list=place.lastChild.getElementsByTagName('form')[0].src;
store.forEachTiddler(function(title,tiddler){
list.options[list.length]=new Option(title,title);
});
'';}}: ReferenceError: Undefined variable: place
Does anyone have any ideas?
--
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.