* fix bad support blurp

This commit is contained in:
Seth Call 2014-09-16 15:22:35 -05:00 committed by Brian Smith
parent 74ac15c8a1
commit 169f97fdc3
1 changed files with 1 additions and 1 deletions

View File

@ -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);