mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
ada2845213
commit
84e40b5eb4
3 changed files with 2 additions and 3 deletions
|
@ -152,7 +152,7 @@
|
|||
introduction.textContent = extension.getTranslation("presets_introduction");
|
||||
head.appendChild(introduction);
|
||||
|
||||
const [settingsLoaded, presets] = await Promise.all([
|
||||
const [, presets] = await Promise.all([
|
||||
settings.loaded,
|
||||
(await fetch("presets.json")).json()
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue