We don't want to alert() here!

This commit is contained in:
James Muscat 2015-04-24 14:40:11 +01:00
parent 8328b1f167
commit 9a5a496c1a

View File

@ -87,7 +87,7 @@ getRelayUrl = function() {
return $("#relay").val();
}
$("#gateway").change(function() {alert(); doUpdate(getGatewayUrl(), displayGatewayStats);})
$("#gateway").change(function() {doUpdate(getGatewayUrl(), displayGatewayStats);})
$("#relay").change(function() {doUpdate(getRelayUrl(), displayRelayStats);})
doUpdate(getGatewayUrl(), displayGatewayStats);