Skip to content

Commit

Permalink
#430 fill up empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FrutyX authored Oct 15, 2022
1 parent 8b8bdb7 commit 725e30c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/core/source/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2271,10 +2271,12 @@ var gca_global = {
if(gca_options.bool("global","menu_merge_items")){
this.convertMenu.addTabs("forge",this.info.forge, this.info.forge_active,
[
{text : '', style : "width: 15px;"},
{text : 'I', href : gca_getPage.link({"mod":"forge","submod":"smeltery"})},
{text : 'II', href : gca_getPage.link({"mod":"forge","submod":"workbench"})},
{text : 'III', href : gca_getPage.link({"mod":"forge","submod":"storage"})},
{text : 'IV', href : gca_getPage.link({"mod":"magus"})},
{text : 'IV', href : gca_getPage.link({"mod":"magus"})},
{text : '', style : "width: 15px;transform: scale(-1);"},
]);
}

Expand Down

0 comments on commit 725e30c

Please sign in to comment.