mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2025-04-20 02:20:11 +00:00
added code watch page subscribe button
This commit is contained in:
parent
e917e7c0df
commit
a85b0845ed
@ -146,8 +146,7 @@ function ensureTALinks() {
|
||||
|
||||
// fix positioning of #owner div to fit new button
|
||||
function adjustOwner(channelContainer) {
|
||||
channelContainer = channelContainer.querySelector("#buttons");
|
||||
return channelContainer;
|
||||
return channelContainer.querySelector("#buttons") || channelContainer;
|
||||
}
|
||||
|
||||
function buildChannelButton(channelContainer) {
|
||||
|
Loading…
Reference in New Issue
Block a user