mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2024-12-06 19:26:18 +01:00
fix typo
This commit is contained in:
@@ -169,7 +169,7 @@ function ws_try_connect()
|
||||
|
||||
ws.onopen = function(ev) {
|
||||
console.log("connect to "+irc_url);
|
||||
irc_ui_println("trying to connect to "+url_url);
|
||||
irc_ui_println("resolving "+irc_url+" ...");
|
||||
ws.send(irc_url);
|
||||
}
|
||||
ws.onmessage = function(ev) {
|
||||
|
||||
Reference in New Issue
Block a user