update deprecation comments

This commit is contained in:
twisterarmy 2025-05-04 23:22:30 +03:00
parent a25c1a335d
commit 8cb76730a4

View File

@ -58,8 +58,8 @@ function requestNetInfo(cbFunc, cbArg) {
$(".using-proxy").show(); $(".using-proxy").show();
$(".not-using-proxy").hide(); $(".not-using-proxy").hide();
} else { } else {
$(".ext-ip").text(ret.ext_addr_net1); // @TODO [TA] deprecated, will be replaced with array! $(".ext-ip").text(ret.ext_addr_net1); // @TODO [TA] deprecated, will be removed as not true
$(".ext-port1").text(ret.ext_port1); $(".ext-port1").text(ret.ext_port1); // @TODO [TA] deprecated, will be replaced (bind array)
$(".ext-port2").text(ret.ext_port2); $(".ext-port2").text(ret.ext_port2);
$(".test-ext-port1").attr("href","http://www.yougetsignal.com/tools/open-ports/?port=" + ret.ext_port1); $(".test-ext-port1").attr("href","http://www.yougetsignal.com/tools/open-ports/?port=" + ret.ext_port1);
$(".test-ext-port2").attr("href","http://www.yougetsignal.com/tools/open-ports/?port=" + ret.ext_port2); $(".test-ext-port2").attr("href","http://www.yougetsignal.com/tools/open-ports/?port=" + ret.ext_port2);