From 11c614f2af218600ed003622541e6d054865b744 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Fri, 17 Feb 2017 10:15:30 +0100 Subject: [PATCH] Restyling tabs #197 (#201) --- 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); }); },