diff --git a/games/index.html b/games/index.html index a5ce703..3faee2a 100644 --- a/games/index.html +++ b/games/index.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/games/loadgames.js b/games/loadgames.js index 14c4670..7f07132 100644 --- a/games/loadgames.js +++ b/games/loadgames.js @@ -46,7 +46,7 @@ games.forEach(game => { if (port != "") { host = host + ":" + port; } - window.location.href = "https://" + host + "/msgweb/games/player.html"; + window.location.href = "https://" + host + "/games/player.html"; }) diff --git a/games/player.html b/games/player.html index 6f0dd2d..1150650 100644 --- a/games/player.html +++ b/games/player.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/index.html b/index.html index f9c85d0..a93019b 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/library/albuminfo.html b/library/albuminfo.html index 54b9d6c..1d9c7f5 100644 --- a/library/albuminfo.html +++ b/library/albuminfo.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/library/index.html b/library/index.html index aadea2f..1e26613 100644 --- a/library/index.html +++ b/library/index.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/library/songInfo.html b/library/songInfo.html index 34dd89f..ad2be6e 100644 --- a/library/songInfo.html +++ b/library/songInfo.html @@ -5,7 +5,8 @@ Msgv3 - + diff --git a/script.js b/script.js index 9f1d264..5d326c7 100644 --- a/script.js +++ b/script.js @@ -66,7 +66,7 @@ function settingsChange() { if (port != "") { host = host + ":" + port; } - window.location.href = "https://" + host + "/msgweb/settings/"; + window.location.href = "https://" + host + "/settings/"; } function homeChange() { @@ -75,7 +75,7 @@ function homeChange() { if (port != "") { host = host + ":" + port; } - window.location.href = "https://" + host + "/msgweb/"; + window.location.href = "https://" + host + "/"; } function musicChange() { @@ -84,7 +84,7 @@ function musicChange() { if (port != "") { host = host + ":" + port; } - window.location.href = "https://" + host + "/msgweb/library/"; + window.location.href = "https://" + host + "/library/"; } @@ -94,7 +94,7 @@ function gameChange() { if (port != "") { host = host + ":" + port; } - window.location.href = "https://" + host + "/msgweb/games/"; + window.location.href = "https://" + host + "/games/"; } function gptChange() { diff --git a/settings/index.html b/settings/index.html index 0c92307..878de6f 100644 --- a/settings/index.html +++ b/settings/index.html @@ -5,7 +5,8 @@ Msgv3 - +