mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-05 21:33:52 +00:00
Correct comment
This commit is contained in:
parent
8e6ce3733d
commit
e78c161c63
@ -82,7 +82,7 @@ var TiddlyWebSyncer = function(options) {
|
|||||||
this.taskTimerId = null; // Sync timer
|
this.taskTimerId = null; // Sync timer
|
||||||
// Compute the host and recipe
|
// Compute the host and recipe
|
||||||
this.host = document.location.protocol + "//" + document.location.host + "/";
|
this.host = document.location.protocol + "//" + document.location.host + "/";
|
||||||
this.recipe = undefined; // Filled in by getStatus() to be either "" or "recipes/<recipename>/"
|
this.recipe = undefined; // Filled in by getStatus()
|
||||||
// Mark us as not logged in
|
// Mark us as not logged in
|
||||||
this.wiki.addTiddler({title: TiddlyWebSyncer.titleIsLoggedIn,text: "no"});
|
this.wiki.addTiddler({title: TiddlyWebSyncer.titleIsLoggedIn,text: "no"});
|
||||||
// Listen out for changes to tiddlers
|
// Listen out for changes to tiddlers
|
||||||
@ -670,7 +670,6 @@ TiddlyWebSyncer.prototype.getCsrfToken = function() {
|
|||||||
csrf = match[1];
|
csrf = match[1];
|
||||||
}
|
}
|
||||||
return csrf;
|
return csrf;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Only export anything on the browser
|
// Only export anything on the browser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user