Skip to content

Commit

Permalink
Enhancement (#420)
Browse files Browse the repository at this point in the history
* Optimization State Form Add Mode (#415)

* Cannot sort list entries in diplomacy editor #419
  • Loading branch information
EmeraldChevalier authored Mar 28, 2020
1 parent e0adac3 commit 738ffee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,8 @@
<div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations&nbsp;</div>
</div>

<div id="diplomacyBodySection" class="table"></div>

<div id="diplomacySelect">
<div data-tip="Ally means states formed a defensive pact and will protect each other in case of third party aggression">Ally</div>
<div data-tip="State is friendly to anouther state when they share some common interests">Friendly</div>
Expand All @@ -2789,8 +2791,6 @@
<div data-tip="Suzerain is a state having some control over its vassals">Suzerain</div>
</div>

<div id="diplomacyBodySection" class="table"></div>

<div id="diplomacyBottom" style="margin-top: .1em">
<button id="diplomacyEditorRefresh" data-tip="Refresh the Editor" class="icon-cw"></button>
<button id="diplomacyEditStyle" data-tip="Edit states (including diplomacy view) style in Style Editor" class="icon-adjust"></button>
Expand Down

0 comments on commit 738ffee

Please sign in to comment.