Bug 779054 - SocialAPI sidebar is added to chromehidden window on session restore. r=felipe
This commit is contained in:
@@ -731,7 +731,7 @@ var SocialSidebar = {
|
||||
get chromeless() {
|
||||
let docElem = document.documentElement;
|
||||
return docElem.getAttribute('disablechrome') ||
|
||||
docElem.getAttribute('chromehidden').indexOf("extrachrome") >= 0;
|
||||
docElem.getAttribute('chromehidden').contains("toolbar");
|
||||
},
|
||||
|
||||
// Whether the user has toggled the sidebar on (for windows where it can appear)
|
||||
|
||||
Reference in New Issue
Block a user