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

Commit

Permalink
making sure is-os class can actually be set
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Apr 11, 2017
1 parent c35c841 commit a87366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/tier.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ idrinth.tier = {
) {
return ln;
}
ln.styles = isOs ( idrinth.tier.list[listKey].os[difficulty], idrinth.tier.list[listKey][difficulty][ic] ) ? 'is-os' : '';
ln.css = isOs ( idrinth.tier.list[listKey].os[difficulty], idrinth.tier.list[listKey][difficulty][ic] ) ? 'is-os' : '';
ln.content = idrinth.ui.formatNumber ( idrinth.tier.list[listKey][difficulty][ic] );
if (
idrinth.tier.list[listKey].epics &&
Expand Down

0 comments on commit a87366b

Please sign in to comment.