Async ISP lookup

This commit is contained in:
JonnyWong16 2016-07-31 17:51:40 -07:00
parent 9b067a437c
commit ba8e4ff33c
5 changed files with 149 additions and 69 deletions

View file

@ -3009,8 +3009,10 @@ a:hover .overlay-refresh-image {
a:hover .overlay-refresh-image:hover {
opacity: .9;
}
#ip_error {
#ip_error, #isp_error {
color: #aaa;
display: none;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}