catatsrophe
This commit is contained in:
parent
a674674369
commit
275f9a4816
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ async function main(type) {
|
|||
.then(x => x.json()));
|
||||
extraFetch.forEach(x => {
|
||||
x.studio = studios[typed].title;
|
||||
x.studioID = typed
|
||||
x.studioID = user;
|
||||
});
|
||||
} else if (typed == '#' && type == '#comment') {
|
||||
extraFetch = await (fetch(`https://hf.zenoverse.net/studio_comment/${user}`)
|
||||
|
@ -114,8 +114,8 @@ function commenter() {
|
|||
h += `<div class='commenter'>
|
||||
<img src='https://uploads.scratch.mit.edu/get_image/user/${entry.author.id}_999x999.png' class='user' float='left'>
|
||||
<div>
|
||||
<div><b><a href='/users/${entry.author.username}'>${entry.author.username}</a></b></div>
|
||||
<sub>In <a href='/studios/${entry.studioID}'>${entry.studio}</a></sub>
|
||||
<div><b><a href='https://scratch.mit.edu/users/${entry.author.username}'>${entry.author.username}</a></b></div>
|
||||
<sub>In <a href='https://scratch.mit.edu/studios/${entry.studioID}'>${entry.studio}</a></sub>
|
||||
<pre>${entry.content}</pre>
|
||||
<sub>${entry.datetime_created}</sub>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue