Browse Source

Fix typo in Correct redirect when enabeling HTTPS

tags/2.2.0Alpha2
Safihre 8 years ago
parent
commit
d43fec088b
  1. 2
      interfaces/Config/templates/staticcfg/js/script.js

2
interfaces/Config/templates/staticcfg/js/script.js

@ -253,8 +253,6 @@ function do_restart() {
// We cannot make a good guess for the IP, so at least we assume that stays the same
var urlTotal = urlProtocol + '//' + window.location.hostname + ':' + urlPort + urlPath;
}
console.log(urlTotal)
return
// Show where we are going to connect
$('.main-restarting .restarting-url').text(urlTotal)

Loading…
Cancel
Save