mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Removed stray character in martialManeuver04.
This commit is contained in:
@@ -3266,7 +3266,7 @@
|
||||
</div>
|
||||
<div class="item-maneuver-block-stats-row-empty">
|
||||
<h1>‍</h1>
|
||||
</div>>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="item-maneuver-block-stats-contest04">
|
||||
@@ -12436,7 +12436,7 @@
|
||||
|
||||
<div class="item-version-information">
|
||||
<!-- Update version before release. -->
|
||||
<input type="text" value="3.16" name="attr_version" title="@{version}" readonly tabindex="-1"/>
|
||||
<input type="text" value="3.17" name="attr_version" title="@{version}" readonly tabindex="-1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13198,9 +13198,9 @@
|
||||
version = 3.05;
|
||||
}
|
||||
|
||||
if (version < 3.16) {
|
||||
if (version < 3.17) {
|
||||
// No updates needed.
|
||||
version = 3.16;
|
||||
version = 3.17;
|
||||
}
|
||||
|
||||
if (version != origVersion) {
|
||||
|
||||
Reference in New Issue
Block a user