try again
This commit is contained in:
parent
78eb9363d6
commit
9bc28a2b52
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -226,7 +226,7 @@ function pageUpdate() {
|
|||
|
||||
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
|
||||
|
||||
fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory')
|
||||
fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory/commits/branch/origin')
|
||||
.then(((data) => data.text()))
|
||||
.then((text) => {
|
||||
console.log(text)
|
||||
|
|
Loading…
Reference in a new issue