From f79d807513c016269ddbe71123a6888f20c0ebd3 Mon Sep 17 00:00:00 2001 From: laurentabbal Date: Fri, 1 Oct 2021 21:29:51 +0900 Subject: [PATCH] fix --- background.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/background.js b/background.js index c25a741..e71ac8c 100644 --- a/background.js +++ b/background.js @@ -44,14 +44,12 @@ chrome.alarms.onAlarm.addListener((alarm) => { window.tabs.forEach(function(tab){ tabs_list.push('"' + encodeURIComponent(tab.url) + '"'); }); - + // FOCUS if (window.focused) focus = 1; }); - - - // LANG - PAS DISPO DANS MV3 ENCORE + // LANG - PAS ENCORE DISPO DANS MV3 //let lang = chrome.i18n.getMessage('@@ui_locale'); //console.log("background - lang : " + lang);