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 #20781 from frsela/STK/Bug1026377
Browse files Browse the repository at this point in the history
Bug 1026377 - [Sora]There is no highlight stripe when selecting some option in STK menu, r=jaoo
  • Loading branch information
Fernando Rodríguez Sela authored and rvandermeulen committed Jul 3, 2014
1 parent 3cfbafe commit 9ec4507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/settings/js/icc.js
Expand Up @@ -427,6 +427,7 @@
});
a.textContent = entry.text;
a.onclick = entry.onclick;
a.href = '#icc';
li.appendChild(a);
return li;
}
Expand Down

0 comments on commit 9ec4507

Please sign in to comment.