On Aug 14, 11:40 pm, Jonnan <[email protected]> wrote: > On Aug 13, 1:45 pm, FND <[email protected]> wrote: > > > Have you tried the 2.5.3 beta? > > http://groups.google.com/group/TiddlyWiki/t/1b7501e91bd0203f > > > That might solve these issues.
I am using 2.5.3 beta on firefox 3.5.2 windows xp sp3. If I choose sync in my tw, I see two entries highlighted in blue and marked "changed on server". When I enable the check box for just those two tiddlers and click on sync firebug reports syncItem is not defined at line 29723: 28695 config.macros.sync.doSync = function(e) ... 28722 case sl.changedServer: 28723 r = si.adaptor.getTiddler (syncItem.title,null,si,getTiddlerCallback); <------- 28724 break; 28725 case sl.notFound: 28726 case sl.changedLocally: 28727 case sl.changedBoth: 28728 r = si.adaptor.putTiddler (si.tiddler,null,si,putTiddlerCallback); 28729 break; 28730 default: should that be si.title and not syncItem.title? syncItem is defined as a formal parameter for the putTiddlerCallback and getTiddlerCallback, but I don't see it defined anywhere in the scope of the function assigned to doSync. -- rouilj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

