parent
b47799e6ac
commit
11c614f2af
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -804,6 +804,8 @@ const ContainerService = {
|
||||||
const indicator = viewFor(tab.window).document.getElementById("userContext-indicator");
|
const indicator = viewFor(tab.window).document.getElementById("userContext-indicator");
|
||||||
indicator.setAttribute("data-identity-icon", identity.image);
|
indicator.setAttribute("data-identity-icon", identity.image);
|
||||||
indicator.style.listStyleImage = "";
|
indicator.style.listStyleImage = "";
|
||||||
|
}).then(() => {
|
||||||
|
return this._restyleTab(tab);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue