updated attributes
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
};
|
||||
|
||||
const controlsShowHideToggle = (elm) => {
|
||||
attrib = elm.getAttribute('masthead-hidden_');
|
||||
attrib = elm.getAttribute('masthead-hidden');
|
||||
if (attrib == null) { // if out of fullscreen
|
||||
ytEnhancerMenu.style.display = "block";
|
||||
ytEnhancerMenu2.style.display = "block";
|
||||
|
||||
Reference in New Issue
Block a user