Switched to ipv[46].flashii.net instead of .flash.moe.
This commit is contained in:
parent
28b719bead
commit
91374efd1a
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@
|
|||
});
|
||||
xhr.addEventListener('error', function() {
|
||||
ipv4field.style.color = 'red';
|
||||
ipv4field.textContent = 'Failed to connect to ipv4.flash.moe, are you blocking it?';
|
||||
ipv4field.textContent = 'Failed to connect to ipv4.flashii.net, are you blocking it?';
|
||||
});
|
||||
xhr.open('GET', '//ipv4.flash.moe');
|
||||
xhr.open('GET', '//ipv4.flashii.net');
|
||||
xhr.send();
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue