chore: fix lint warnings (#385)
This commit is contained in:
@@ -32,7 +32,7 @@ chrome.runtime.onInstalled.addListener(details => {
|
||||
});
|
||||
|
||||
// migration/login logic
|
||||
chrome.tabs.onUpdated.addListener(async (tabId, changeInfo, tab) => {
|
||||
chrome.tabs.onUpdated.addListener(async (tabId, changeInfo) => {
|
||||
// console.log(changeInfo);
|
||||
if (changeInfo.url === 'https://utdirect.utexas.edu/apps/registrar/course_schedule/utrp_login/') {
|
||||
function openPopupAction() {
|
||||
|
||||
Reference in New Issue
Block a user