mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 23: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, {
|
||||
position: 'fixed',
|
||||
top: '20px',
|
||||
@@ -10,7 +10,7 @@ Object.assign(popover.style, {
|
||||
fontSize: '9vmin',
|
||||
zIndex: 9999
|
||||
});
|
||||
popover.textContent = 'Loading...'
|
||||
popover.textContent = 'Loading...';
|
||||
document.body.appendChild(popover);
|
||||
|
||||
const [badges, emotes] = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user