forked from I2P_Developers/i2p.i2p
Wizard: Ajax fixes for IE (thx zlatinb) (summary bar also)
Form notices on results panel Hide results if skipped
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user