Skip to content

Commit

Permalink
Fix typo and remove spurious quotes (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker authored Oct 30, 2023
1 parent da06dba commit cda8dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion versioning.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit cda8dd8

Please sign in to comment.