mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix typo
This commit is contained in:
parent
d19affc9c3
commit
5394fc4ee1
@ -51,7 +51,7 @@ RelativeDateViewer.prototype.setTimer = function() {
|
|||||||
if(this.relativeDate.updatePeriod < 24 * 60 * 60 * 1000) {
|
if(this.relativeDate.updatePeriod < 24 * 60 * 60 * 1000) {
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
// Only call the update function if the dom node is still in the document
|
// Only call the update function if the dom node is still in the document
|
||||||
if($tw.utils.domContains(self.listWidget.renderer.renderTree.document,self.viewWidget.renderer.domNode)) {
|
if($tw.utils.domContains(self.viewWidget.renderer.renderTree.document,self.viewWidget.renderer.domNode)) {
|
||||||
self.update.call(self);
|
self.update.call(self);
|
||||||
}
|
}
|
||||||
},this.relativeDate.updatePeriod);
|
},this.relativeDate.updatePeriod);
|
||||||
|
Loading…
Reference in New Issue
Block a user