mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-05-20 01:56:07 +00:00
webapp: minor change.
This commit is contained in:
@@ -1190,7 +1190,7 @@ function saveDnsSettings() {
|
||||
}
|
||||
|
||||
function checkForReverseProxy(responseJSON) {
|
||||
if (location.protocol == "https:") {
|
||||
if (window.location.protocol == "https:") {
|
||||
var currentPort = window.location.port;
|
||||
|
||||
if ((currentPort == 0) || (currentPort == ""))
|
||||
|
||||
Reference in New Issue
Block a user