Skip to content

Commit

Permalink
#118 Add 2 new links to the header menu
Browse files Browse the repository at this point in the history
Close #118
  • Loading branch information
Rafael committed Nov 3, 2017
1 parent fb29ba6 commit 3f04d6c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Extension/esgst.js
Original file line number Diff line number Diff line change
Expand Up @@ -34273,6 +34273,20 @@ function addHeaderMenu() {
<p class="esgst-header-menu-description">Visit the GitHub page.</p>
</div>
</a>
<a class="esgst-header-menu-row" href="https://github.com/revilheart/ESGST/issues">
<i class="fa fa-fw fa-bug grey"></i>
<div>
<p class="esgst-header-menu-name">Bugs/Suggestions</p>
<p class="esgst-header-menu-description">Report bugs and/or make suggestions.</p>
</div>
</a>
<a class="esgst-header-menu-row" href="https://github.com/revilheart/ESGST/milestones">
<i class="fa fa-fw fa-map-signs grey"></i>
<div>
<p class="esgst-header-menu-name">Milestones</p>
<p class="esgst-header-menu-description">Check out what's coming in the next version.</p>
</div>
</a>
<a class="esgst-header-menu-row" href="https://www.steamgifts.com/discussion/TDyzv/">
<i class="fa fa-fw fa-commenting green"></i>
<div>
Expand All @@ -34298,7 +34312,7 @@ function addHeaderMenu() {
<i class="fa fa-fw fa-file-text-o grey"></i>
<div>
<p class="esgst-header-menu-name">Changelog</p>
<p class="esgst-header-menu-description">Check out the script's changelog.</p>
<p class="esgst-header-menu-description">Check out the changelog.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -34326,7 +34340,7 @@ function addHeaderMenu() {
dropdown = menu.firstElementChild;
button = dropdown.nextElementSibling;
arrow = button.nextElementSibling;
uhRow = dropdown.firstElementChild.firstElementChild.nextElementSibling.nextElementSibling;
uhRow = dropdown.firstElementChild.firstElementChild.nextElementSibling.nextElementSibling.nextElementSibling.nextElementSibling;
chRow = uhRow.nextElementSibling;
changelogRow = chRow.nextElementSibling;
if (esgst.uh) {
Expand Down

0 comments on commit 3f04d6c

Please sign in to comment.