We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3da13 commit 7475ccfCopy full SHA for 7475ccf
1 file changed
OpenFlow/src/public/Controllers.ts
@@ -1571,7 +1571,7 @@ module openflow {
1571
WebSocketClient.onSignedin(async (user: TokenUser) => {
1572
await api.RegisterQueue();
1573
this.noderedurl = "https://" + WebSocketClient.nodered_domain_schema.replace("$nodered_id$", WebSocketClient.user.username);
1574
- // this.GetNoderedInstance();
+ // // this.GetNoderedInstance();
1575
setTimeout(this.GetNoderedInstance.bind(this), 2000);
1576
});
1577
}
@@ -1590,6 +1590,7 @@ module openflow {
1590
console.error(error);
1591
1592
if (!this.$scope.$$phase) { this.$scope.$apply(); }
1593
+ setTimeout(this.GetNoderedInstance.bind(this), 2000);
1594
1595
async EnsureNoderedInstance() {
1596
try {
0 commit comments