mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31: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>
|
||||
<select id="shapeRendering" data-stored="shapeRendering">
|
||||
<option value="geometricPrecision">Best quality</option>
|
||||
<option value="optimizeSpeed" selected>Best performace</option>
|
||||
<option value="optimizeSpeed" selected>Best performance</option>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
|
|
@ -3813,8 +3813,8 @@
|
|||
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
||||
<div id="battleNameSection" style="display: none">
|
||||
<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"
|
||||
data-tip="Type full battle name"" style="width: 46%">
|
||||
<input id="battleNamePlace" data-tip="Type place name" style="width: 30%"> <input id="battleNameFull"
|
||||
data-tip="Type full battle name" style="width: 46%">
|
||||
<button
|
||||
id="battleNameCulture"
|
||||
data-tip="Generate culture-specific name for place and battle"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
// 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue