make infinite spinner error message go away if ChainPad settles after it has been popped

This commit is contained in:
Caleb James DeLisle
2017-10-13 13:39:49 +03:00
parent 753e2d797e
commit 854c1e94a4
2 changed files with 23 additions and 7 deletions

View File

@@ -75,7 +75,6 @@ define([
throw new Error("ChainPad.getLag() does not exist, please `bower update`");
}
if (l.lag < badStateTimeout) { return; }
chainpad.abort();
evInfiniteSpinner.fire();
}, 2000);