Wizard: Ajax fixes for IE (thx zlatinb) (summary bar also)

Form notices on results panel
Hide results if skipped
This commit is contained in:
zzz
2018-11-18 13:43:18 +00:00
parent 09ea40ce8e
commit 13d80e604d
6 changed files with 35 additions and 2 deletions

View File

@ -224,7 +224,7 @@ public class MLabRunner {
results.put("down", down_bps);
results.put("server_host", server_host);
if (server_city != null)
results.put("server_city", server_city);
results.put("server_city", server_city.replace("_", ", "));
if (server_country != null)
results.put("server_country", server_country);
listener.complete(results);