-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.js
More file actions
26 lines (24 loc) · 763 Bytes
/
index.js
File metadata and controls
26 lines (24 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
var list = document.getElementById("commentlist");
var testComment = {
ID: 5724,
PostText: "Just FC save me its just so easy smh",
UserID: 26985250,
PostDate: "2023-03-16 05:27:39",
ParentCommenter: null,
Parent: 0,
Username: "Reefaroni11",
AvatarURL: "https://a.ppy.sh/26985250?1665876844.jpeg",
Pinned: null,
MedalID: 44,
Groups: null,
HasVoted: null,
UserID: 26985250,
Username: "Reefaroni11",
VoteSum: null,
}
list.appendChild(generateComment(testComment));
list.appendChild(generateComment(testComment));
list.appendChild(generateComment(testComment));
list.appendChild(generateComment(testComment));
list.appendChild(generateComment(testComment));
list.appendChild(generateComment(testComment));