added code watch page subscribe button

pull/29/head
gautamkrishnar 7 months ago
parent e917e7c0df
commit a85b0845ed
No known key found for this signature in database
GPG Key ID: 01CA65AC375CAA65

@ -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…
Cancel
Save