diff --git a/js/app.js b/js/app.js index e2d7ac2..323c3d2 100644 --- a/js/app.js +++ b/js/app.js @@ -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 += `
-
${entry.author.username}
-In ${entry.studio} +
${entry.author.username}
+In ${entry.studio}
${entry.content}
${entry.datetime_created}