* fix bad support blurp
This commit is contained in:
parent
74ac15c8a1
commit
169f97fdc3
|
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
else if (reason == 'no_servers') {
|
||||
gearUtils.skipNetworkTest();
|
||||
context.JK.alertSupportedNeeded("No network test servers are available. For now, you can skip this step."); // + appendContextualStatement());
|
||||
context.JK.Banner.showAlert("No network test servers are available." + appendContextualStatement());
|
||||
renderStopTest('', '');
|
||||
testedSuccessfully = true;
|
||||
storeLastNetworkFailure(context.JK.GA.NetworkTestFailReasons.jamerror);
|
||||
|
|
|
|||
Loading…
Reference in New Issue