mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
bugfix multiwikiclientadaptor
This commit is contained in:
parent
c783d20884
commit
e0a9ea9503
@ -1,2 +0,0 @@
|
|||||||
list: GettingStarted
|
|
||||||
title: $:/StoryList
|
|
@ -287,7 +287,7 @@ MultiWikiClientAdaptor.prototype.checkLastRecordedUpdate = function(title,revisi
|
|||||||
var numRevision = $tw.utils.getInt(revision);
|
var numRevision = $tw.utils.getInt(revision);
|
||||||
console.log(`Checking for updates to ${title} since ${JSON.stringify(revision)} comparing to ${numRevision}`)
|
console.log(`Checking for updates to ${title} since ${JSON.stringify(revision)} comparing to ${numRevision}`)
|
||||||
if(lru.tiddler_id > numRevision) {
|
if(lru.tiddler_id > numRevision) {
|
||||||
options.syncer.enqueueLoadTiddler(title);
|
syncer.enqueueLoadTiddler(title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user