linter... linter...

This commit is contained in:
simon 2023-01-12 23:37:17 +07:00
parent 9d75b13886
commit 6da4662007
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 3 deletions

View File

@ -171,7 +171,7 @@ function buildDlLink(channelContainer) {
if (window.location.pathname === '/watch') {
subText = currentLocation;
} else {
subText = channelContainer.querySelector('#text').textContent + " " + currentLocation;
subText = channelContainer.querySelector('#text').textContent + ' ' + currentLocation;
}
e.target.title = 'TA Download: ' + subText;
@ -373,8 +373,8 @@ function sendUrl(url, action, button) {
console.log('youtube link: ' + JSON.stringify(payload));
// let sending = browserType.runtime.sendMessage(payload);
// sending.then(handleResponse, handleError);
let sending = browserType.runtime.sendMessage(payload);
sending.then(handleResponse, handleError);
}
let throttleBlock;