mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
no single quotes
This commit is contained in:
parent
351e0f3a0b
commit
31b3f778fc
@ -48,9 +48,9 @@ function createWindow() {
|
||||
|
||||
var prefix;
|
||||
if (config["tls"] !== null && config["tls"]) {
|
||||
prefix = 'https://';
|
||||
prefix = "https://";
|
||||
} else {
|
||||
prefix = 'http://';
|
||||
prefix = "http://";
|
||||
}
|
||||
|
||||
var address = (config.address === void 0) | (config.address === "") ? (config.address = "localhost") : config.address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user