Skip to content

Commit 7475ccf

Browse files
committed
11
1 parent bf3da13 commit 7475ccf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ module openflow {
15711571
WebSocketClient.onSignedin(async (user: TokenUser) => {
15721572
await api.RegisterQueue();
15731573
this.noderedurl = "https://" + WebSocketClient.nodered_domain_schema.replace("$nodered_id$", WebSocketClient.user.username);
1574-
// this.GetNoderedInstance();
1574+
// // this.GetNoderedInstance();
15751575
setTimeout(this.GetNoderedInstance.bind(this), 2000);
15761576
});
15771577
}
@@ -1590,6 +1590,7 @@ module openflow {
15901590
console.error(error);
15911591
}
15921592
if (!this.$scope.$$phase) { this.$scope.$apply(); }
1593+
setTimeout(this.GetNoderedInstance.bind(this), 2000);
15931594
}
15941595
async EnsureNoderedInstance() {
15951596
try {

0 commit comments

Comments
 (0)