Skip to content

Commit 738ffee

Browse files
Enhancement (#420)
* Optimization State Form Add Mode (#415) * Cannot sort list entries in diplomacy editor #419
1 parent e0adac3 commit 738ffee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2777,6 +2777,8 @@
27772777
<div style="left:12.4em" data-tip="Click to sort by diplomatical relations" class="sortable alphabetically" data-sortby="relations">Relations&nbsp;</div>
27782778
</div>
27792779

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

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

0 commit comments

Comments
 (0)