mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 07:01:38 +01:00
add more missing semicolons
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const popover = document.createElement('div')
|
const popover = document.createElement('div');
|
||||||
Object.assign(popover.style, {
|
Object.assign(popover.style, {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
top: '20px',
|
top: '20px',
|
||||||
@@ -10,7 +10,7 @@ Object.assign(popover.style, {
|
|||||||
fontSize: '9vmin',
|
fontSize: '9vmin',
|
||||||
zIndex: 9999
|
zIndex: 9999
|
||||||
});
|
});
|
||||||
popover.textContent = 'Loading...'
|
popover.textContent = 'Loading...';
|
||||||
document.body.appendChild(popover);
|
document.body.appendChild(popover);
|
||||||
|
|
||||||
const [badges, emotes] = await Promise.all([
|
const [badges, emotes] = await Promise.all([
|
||||||
|
|||||||
Reference in New Issue
Block a user