parent
ef6b5a8ba3
commit
d87cceda7f
1 changed files with 2 additions and 3 deletions
|
@ -26,11 +26,10 @@ for (let kg of [qa1, qa4, qa2, qa4, qa3]) {
|
||||||
qa.append(kg);
|
qa.append(kg);
|
||||||
}
|
}
|
||||||
qa.addEventListener("click", () => {
|
qa.addEventListener("click", () => {
|
||||||
//window.location.href = [
|
window.location.href = [
|
||||||
alert([
|
|
||||||
atob("bWFpbHRv"),
|
atob("bWFpbHRv"),
|
||||||
[qa1, qa3].join(atob("QA==")),
|
[qa1, qa3].join(atob("QA==")),
|
||||||
].join(atob("Og==")) );
|
].join(atob("Og=="));
|
||||||
});
|
});
|
||||||
|
|
||||||
let theme;
|
let theme;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue