Hi Tobi!
There is a mistake:
wrap your code in a function call that is immediately executed
>
> - function(){ ... })()
>
> You miss the opening "(":
(function(){ ... })()
Additionally, when you want to use it as a bookmarklet, you really should
put "void( … )" around it. Otherwise your page might refresh or reload.
And don't forget the "javascript:" at the beginning.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.