fix: year and era - unlock both on lock icon click

This commit is contained in:
Azgaar 2024-09-02 12:16:51 +02:00
parent 23e2484526
commit d42fd5cf92
3 changed files with 13 additions and 9 deletions

View file

@ -1529,7 +1529,9 @@
<td></td>
</tr>
<tr data-tip="Map seed number. Seed produces the same map only if canvas size and options are the same">
<tr
data-tip="Map seed number. Press 'Enter' to apply. Seed produces the same map only if canvas size and options are the same"
>
<td>
<i
data-tip="Show seed history to apply a previous seed"
@ -1595,7 +1597,7 @@
<tr data-tip="Define current year and era name">
<td>
<i data-locked="0" id="lock_era" class="icon-lock-open"></i>
<i data-locked="0" id="lock_year" data-ids="year,era" class="icon-lock-open"></i>
</td>
<td>Year and era</td>
<td>
@ -8046,7 +8048,7 @@
<script src="modules/ui/measurers.js?v=1.99.00"></script>
<script src="modules/ui/style-presets.js?v=1.100.00"></script>
<script src="modules/ui/general.js?v=1.100.00"></script>
<script src="modules/ui/general.js?v=1.101.02"></script>
<script src="modules/ui/options.js?v=1.100.00"></script>
<script src="main.js?v=1.100.00"></script>