Added comments to the settimeout on install

This commit is contained in:
Ajay Ramachandran 2020-01-10 22:16:53 -05:00
parent 968df5a2e4
commit 36c4ebda65

View file

@ -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;