a
This commit is contained in:
parent
0e5cba818a
commit
311d9cb57f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let website = document.location.href.split("website=")[1];
|
|||
let post = JSON.parse(localStorage.getItem("post"));
|
||||
let ThreadedPost = [];
|
||||
|
||||
document.getElementsByClassName("Origin Regular")[0].innerHTML = website;
|
||||
document.getElementsByClassName("Origin")[0].innerHTML = website;
|
||||
GetPost();
|
||||
|
||||
// Fixes a bug where the interpreter sucks ass.
|
||||
|
|
Loading…
Add table
Reference in a new issue