Bug 1229224: Bustage fix for browser-social.js
This commit is contained in:
@@ -1359,7 +1359,8 @@ SocialMarks = {
|
||||
let providers = this.getProviders();
|
||||
|
||||
// remove all previous entries by class
|
||||
for (let m of document.getElementsByClassName("context-socialmarks")) {
|
||||
let menus = [...document.getElementsByClassName("context-socialmarks")];
|
||||
for (let m of menus) {
|
||||
m.parentNode.removeChild(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user