space
This commit is contained in:
parent
c6308210d4
commit
46c2197f5a
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ const ea3 = [
|
|||
atob("YmVuaW5jYQ=="),
|
||||
atob("bGluaw=="),
|
||||
].join(ea0);
|
||||
const ea4 = atob("IA==")
|
||||
|
||||
for (let a of [ea1, ea2, ea3]) {
|
||||
for (let a of [ea1, ea4, ea2, ea4, ea3]) {
|
||||
ea.append(a);
|
||||
}
|
||||
ea.addEventListener("click", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue