Skip to content

Commit

Permalink
Revert "#138 Remove text from giveaway icons in popups"
Browse files Browse the repository at this point in the history
This reverts commit 5d97cd8.
  • Loading branch information
Rafael committed Nov 8, 2017
1 parent 5d97cd8 commit 5b63289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Extension/esgst.js
Original file line number Diff line number Diff line change
Expand Up @@ -11377,11 +11377,9 @@ function setGvContainer(giveaway, spacing) {
icons.appendChild(giveaway.regionRestricted);
}
if (giveaway.group) {
giveaway.group.lastChild.remove();
icons.appendChild(giveaway.group);
}
if (giveaway.whitelist) {
giveaway.whitelist.lastChild.remove();
icons.appendChild(giveaway.whitelist);
}
if (giveaway.levelColumn) {
Expand Down

0 comments on commit 5b63289

Please sign in to comment.