Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13341 from frsela/STK/Bug932712
Browse files Browse the repository at this point in the history
Bug 932712 - [STK] There is a grey line on top of the menu, r=kaze
  • Loading branch information
Fernando Rodríguez Sela committed Nov 7, 2013
2 parents 8c167fb + aebd5f4 commit 6840443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/settings/js/icc.js
Expand Up @@ -358,9 +358,11 @@
if (stkOpenAppName != title) {
iccStkSubheader.textContent = title;
iccStkSubheader.parentNode.classList.remove('hiddenheader');
iccStkSubheader.classList.remove('hidden');
} else {
iccStkSubheader.textContent = '';
iccStkSubheader.parentNode.classList.add('hiddenheader');
iccStkSubheader.classList.add('hidden');
}
}

Expand Down

0 comments on commit 6840443

Please sign in to comment.