mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +03:00
We don't want to alert() here!
This commit is contained in:
parent
8328b1f167
commit
9a5a496c1a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user