On Jan 5, 1:50 am, twgrp <matiasg...@gmail.com> wrote:
> MARIO YOU ARE MY HERO!
>
> Can I humbly ask, how did you find this? Just by looking at it or via
> some debugging tool or something?
FireFox and FireBug are good friends :)

mGSD tiddlers are editable, even if serverd from the web.
So I just opened your tiddler and inserted some
  code
console.log('1')  <-
  code
console.log('2')  <-
  code
console.log('3')  lines

close the tiddler and click "FIRE" to see, how far the code is
executed, since the error stops execution.
It didn't execute the '1' so it was moved up in code. ...

As I knew, which function call causes the problem I did test
console.log('config.act', config.act)
if (story.getTiddler(config.act)) { ...
>From my first post, and created the post.

After your second post, I did look a bit closer, if it is save to just
ignore the code inside the "evil" if. Since the if block above and
below overwrite the same variables (if the named tiddlers exist), it
seems to be save.  I didn't look at the rest of the code.

Since you are happy, it seems to work as expected.

> Thank you!!!!
you are welcome :)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to