mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Update background.js
This commit is contained in:
parent
d0ea72c6f3
commit
9282d40674
1 changed files with 0 additions and 3 deletions
|
@ -43,9 +43,6 @@ function validateVideo (id) {
|
|||
let url = "https://open.lbry.com/" + title
|
||||
console.log(url)
|
||||
chrome.tabs.update({url: url});
|
||||
} else {
|
||||
chrome.windows.create({'url': 'message.html', 'type': 'popup', height: 200, width:200});
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue