mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Added comments to the settimeout on install
This commit is contained in:
parent
968df5a2e4
commit
36c4ebda65
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
|
|||
|
||||
//add help page on install
|
||||
chrome.runtime.onInstalled.addListener(function (object) {
|
||||
// This let's the config sync to run fully before checking.
|
||||
// This is required on Firefox
|
||||
setTimeout(function() {
|
||||
const userID = SB.config.userID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue