remove isLoggedIntoConnect
This commit is contained in:
parent
1c84e18c8a
commit
d20b1fed68
1 changed files with 0 additions and 4 deletions
|
@ -760,10 +760,6 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
ConnectionManager.prototype.isLoggedIntoConnect = function () {
|
|
||||||
return !(!this.connectToken() || !this.connectUserId());
|
|
||||||
};
|
|
||||||
|
|
||||||
ConnectionManager.prototype.getApiClients = function () {
|
ConnectionManager.prototype.getApiClients = function () {
|
||||||
var servers = this.getSavedServers();
|
var servers = this.getSavedServers();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue