From 3eebd97543d3760460513a50cfd242a9cc78cda0 Mon Sep 17 00:00:00 2001 From: baku Date: Fri, 17 Feb 2017 10:12:19 +0100 Subject: [PATCH] Restyling tabs #197 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 5d6bdf7..de6bd71 100644 --- a/index.js +++ b/index.js @@ -804,6 +804,8 @@ const ContainerService = { const indicator = viewFor(tab.window).document.getElementById("userContext-indicator"); indicator.setAttribute("data-identity-icon", identity.image); indicator.style.listStyleImage = ""; + }).then(() => { + return this._restyleTab(tab); }); },