mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: assessments on homepage failed to load
This commit is contained in:
@@ -5,8 +5,6 @@ import { SettingsState } from '../../types/storage';
|
||||
export async function appendBackgroundToUI() {
|
||||
const settings = await browser.storage.local.get() as SettingsState;
|
||||
|
||||
console.log(settings.theme);
|
||||
|
||||
if (settings.theme == '') return;
|
||||
|
||||
const parent = document.getElementById('container');
|
||||
|
||||
@@ -22,7 +22,6 @@ export default class StorageListener {
|
||||
}
|
||||
|
||||
handleStorageChanges(changes: any) {
|
||||
console.log('Storage changed:', changes);
|
||||
Object.keys(changes).forEach((changeKey) => {
|
||||
switch (changeKey) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user