mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Sync from server even when not logged in
This commit is contained in:
parent
7a62a86baf
commit
190ced7cdd
@ -65,10 +65,8 @@ function Syncer(options) {
|
|||||||
}
|
}
|
||||||
// Get the login status
|
// Get the login status
|
||||||
this.getStatus(function (err,isLoggedIn) {
|
this.getStatus(function (err,isLoggedIn) {
|
||||||
if(isLoggedIn) {
|
// Do a sync from the server
|
||||||
// Do a sync from the server
|
self.syncFromServer();
|
||||||
self.syncFromServer();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user