Scroll to category in options page

This commit is contained in:
Ajay Ramachandran
2021-05-11 01:09:01 -04:00
parent 616981a2b7
commit e680099cec
6 changed files with 9 additions and 7 deletions

View File

@@ -734,7 +734,6 @@ async function getVideoInfo(): Promise<void> {
}
async function videoInfoFetchFailed(errorMessage: string): Promise<void> {
console.log("failed\t" + errorMessage)
if (utils.isFirefox()) {
// Attempt to ask permission for youtube.com domain
alert(chrome.i18n.getMessage("youtubePermissionRequest"));