Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentabbal committed Oct 1, 2021
1 parent 0c63124 commit f79d807
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f79d807

Please sign in to comment.