mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-18 14:37:05 +02:00
refactor: set field without array index
This commit is contained in:
parent
e0ece84431
commit
019c9234c4
@ -54,8 +54,8 @@
|
|||||||
// will refactor later maybe idk
|
// will refactor later maybe idk
|
||||||
// Reply: don't think we need to refactor because nobody cares if this code is shit lol
|
// Reply: don't think we need to refactor because nobody cares if this code is shit lol
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
window['use_token'] = exchange_token;
|
window.use_token = exchange_token;
|
||||||
window['submit_poll'] = submitBallot;
|
window.submit_poll = submitBallot;
|
||||||
|
|
||||||
const response = await fetch('https://poll.revanced.app/logos');
|
const response = await fetch('https://poll.revanced.app/logos');
|
||||||
logos = await response.json();
|
logos = await response.json();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user