mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Code cleanup
This commit is contained in:
parent
cfee08934f
commit
a36cada22c
2 changed files with 6 additions and 20 deletions
13
index.html
13
index.html
|
|
@ -4466,21 +4466,16 @@
|
|||
data-tip="Save state relations matrix as a text file (.csv)"
|
||||
class="icon-download"
|
||||
></button>
|
||||
<button
|
||||
<button
|
||||
id="diplomacyBatchEdit"
|
||||
data-tip=""
|
||||
data-tip="Toggle bacth edit of relations"
|
||||
class="icon-edit"
|
||||
></button>
|
||||
<hr>
|
||||
<!--<button
|
||||
id="diplomacyImport"
|
||||
data-tip=""
|
||||
class="icon-download"
|
||||
></button>-->
|
||||
<hr id="BatchEditHr" style="display:none">
|
||||
<select id="diplomacyRelationSelect" style="display:none"></select>
|
||||
<button
|
||||
id="diplomacyBatchEditConfirm"
|
||||
data-tip=""
|
||||
data-tip="Change relation of selected states"
|
||||
class="icon-ok-circled"
|
||||
style="display:none"
|
||||
></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue