We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9da098 commit 0099f9eCopy full SHA for 0099f9e
templates/index.hbs
@@ -33,7 +33,7 @@
33
let windowHash = window.location.hash.substring(1);
34
let [actionString, edition, hostname] = windowHash.split(";", 3);
35
if (actionString === "ping") {
36
- if (edition.startsWith("b")) {
+ if (edition.startsWith("b") || edition.startsWith("p")) {
37
window.location.pathname = `/ping/bedrock/${hostname}`;
38
} else if (edition.startsWith("j")) {
39
window.location.pathname = `/ping/java/${hostname}`;
0 commit comments