mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Fix typo and remove spurious quotes (#1007)
This commit is contained in:
parent
da06dba872
commit
cda8dd8941
2 changed files with 4 additions and 4 deletions
|
|
@ -1919,7 +1919,7 @@
|
||||||
<td>
|
<td>
|
||||||
<select id="shapeRendering" data-stored="shapeRendering">
|
<select id="shapeRendering" data-stored="shapeRendering">
|
||||||
<option value="geometricPrecision">Best quality</option>
|
<option value="geometricPrecision">Best quality</option>
|
||||||
<option value="optimizeSpeed" selected>Best performace</option>
|
<option value="optimizeSpeed" selected>Best performance</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
@ -3813,8 +3813,8 @@
|
||||||
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
||||||
<div id="battleNameSection" style="display: none">
|
<div id="battleNameSection" style="display: none">
|
||||||
<button id="battleNameHide" data-tip="Hide the battle name section" class="icon-font"></button>
|
<button id="battleNameHide" data-tip="Hide the battle name section" class="icon-font"></button>
|
||||||
<input id="battleNamePlace" data-tip="Type place name"" style="width: 30%"> <input id="battleNameFull"
|
<input id="battleNamePlace" data-tip="Type place name" style="width: 30%"> <input id="battleNameFull"
|
||||||
data-tip="Type full battle name"" style="width: 46%">
|
data-tip="Type full battle name" style="width: 46%">
|
||||||
<button
|
<button
|
||||||
id="battleNameCulture"
|
id="battleNameCulture"
|
||||||
data-tip="Generate culture-specific name for place and battle"
|
data-tip="Generate culture-specific name for place and battle"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// version and caching control
|
// version and caching control
|
||||||
const version = "1.93.04"; // generator version, update each time
|
const version = "1.93.05"; // generator version, update each time
|
||||||
|
|
||||||
{
|
{
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue