mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Docs Only PR Test (#2143)
This commit is contained in:
parent
a16bebd673
commit
75b99c85f1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
let latestURL = currentURL.replace(/en\/(nightly|develop)\//, 'en/latest/');
|
||||
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue