Docs Only PR Test (#2143)

pull/2148/head
YozoraXCII 5 months ago committed by GitHub
parent a16bebd673
commit 75b99c85f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@
let latestURL = currentURL.replace(/en\/(nightly|develop)\//, 'en/latest/'); let latestURL = currentURL.replace(/en\/(nightly|develop)\//, 'en/latest/');
// Update the announceText to include the custom link and branch name // Update the announceText to include the custom link and branch name
announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. <bold><a href="${latestURL}">Click here to go to the main wiki.</a></b> ⚠️️`; announceText = `️⚠️ You are viewing the ${branchName} branch's wiki. <a href="${latestURL}">Click here to go to the main wiki.</a> ⚠️️`;
} }
document.write(announceText); document.write(announceText);

Loading…
Cancel
Save