The extra little wrinkle....a back button...cant get it to work
Firebug reported "opener.store.getTiddlerText(source) is undefined",
which made this quite easy to find:
After you create the second button ("bckbtn"), you forgot to rename the
variable ("btn") when attaching the source data:
$(bckbtn).data("source", source);
...access to the tabs lists ets is under the admin button!
I actually imported your version of the plugin into a vanilla TiddlyWiki
document; minimal test case and all...
-- F.
--
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.