Fix typo in pageAction checks

This commit is contained in:
Les De Ridder 2016-05-26 01:30:32 +02:00
parent e8d76fea7f
commit e57982ce70
1 changed files with 8 additions and 10 deletions

View File

@ -240,7 +240,6 @@ chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
chrome.pageAction.show(tabId);
}
});
});
}
});
@ -253,4 +252,3 @@ chrome.tabs.onActivated.addListener(function(activeInfo) {
});
});
});
});