Minor patch
This commit is contained in:
parent
5a78600d7a
commit
33b52532fe
@ -1667,7 +1667,7 @@ function initDetails() {
|
|||||||
if (_.length > 40) {
|
if (_.length > 40) {
|
||||||
_ = _.substring(0, 40) + "<br>" + _.substring(40);
|
_ = _.substring(0, 40) + "<br>" + _.substring(40);
|
||||||
}
|
}
|
||||||
var msg = "<p><b>" + _ + "</b></p>";
|
var msg = "<p><b>" + escapeHtml(_) + "</b></p>";
|
||||||
ui.tooltip.find(".ui-tooltip-content").html(msg + "please wait...");
|
ui.tooltip.find(".ui-tooltip-content").html(msg + "please wait...");
|
||||||
|
|
||||||
$.ajax("https://stat.ripe.net/data/whois/data.json?resource=" + ip, { dataType:"jsonp", ip: ip, msg: msg })
|
$.ajax("https://stat.ripe.net/data/whois/data.json?resource=" + ip, { dataType:"jsonp", ip: ip, msg: msg })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user