mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 05:37:39 +00:00
This reverts commit 17b4f53ba2 according to Github Desktop.
git checkout that commit
revert commit in GitHub Desktop
git switch -c revert-sse
uncommit in Github Desktop
switch to master, bringing changes
resolve deletions with command line
This commit is contained in:
@@ -91,12 +91,10 @@ TiddlyWebAdaptor.prototype.getStatus = function(callback) {
|
||||
self.isLoggedIn = json.username !== "GUEST";
|
||||
self.isReadOnly = !!json["read_only"];
|
||||
self.isAnonymous = !!json.anonymous;
|
||||
|
||||
var isSseEnabled = !!json.sse_enabled;
|
||||
}
|
||||
// Invoke the callback if present
|
||||
if(callback) {
|
||||
callback(null,self.isLoggedIn,json.username,self.isReadOnly,self.isAnonymous,isSseEnabled);
|
||||
callback(null,self.isLoggedIn,json.username,self.isReadOnly,self.isAnonymous);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user