Compare commits

...

2 Commits

Author SHA1 Message Date
Gautam krishna R 6489e95239
Merge a85b0845ed into 5406007315 2023-11-01 09:53:08 +00:00
gautamkrishnar a85b0845ed
added code watch page subscribe button 2023-11-01 15:21:04 +05:30
1 changed files with 1 additions and 2 deletions

View File

@ -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) {