Remove debugging line
This commit is contained in:
parent
d29300a666
commit
b766f69f86
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -326,7 +326,6 @@ async function pageUpdate() {
|
||||||
// socialsHTML = socialsHTML.substring(0, socialsHTML.lastIndexOf("</div>"))
|
// socialsHTML = socialsHTML.substring(0, socialsHTML.lastIndexOf("</div>"))
|
||||||
addedHTML += "<h2><hr>Socials</h2>"
|
addedHTML += "<h2><hr>Socials</h2>"
|
||||||
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<div"), socialsHTML.lastIndexOf("</div>") + 6)
|
addedHTML += socialsHTML.substring(socialsHTML.indexOf("<div"), socialsHTML.lastIndexOf("</div>") + 6)
|
||||||
console.log(addedHTML)
|
|
||||||
|
|
||||||
html = html.replace("{SOCIALS}", addedHTML)
|
html = html.replace("{SOCIALS}", addedHTML)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue