Skip to content

Commit

Permalink
v0.6.2 ctd
Browse files Browse the repository at this point in the history
  • Loading branch information
crash1115 committed Jun 29, 2021
1 parent c42bdb7 commit d0f1ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 0.6.2
- Compatibility with Foundry 0.8.8
- Fixed a bug causing newly created Monster Blocks sheets to be unable to expand properly
- Fixed a bug causing Macro activities to not save macro names

# Version 0.6.1
- Compatibility with Foundry 0.8.7
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/macro.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="form-group">
<label for="macroName">{{ localize 'C5ETRAINING.MacroName' }}</label>
<div class="form-fields">
<input type="text" name="macroNameInput" id="macroNameInput" value="{{item.macroName}}">
<input type="text" name="macroName" id="macroNameInput" value="{{item.macroName}}">
<label class="help">
<i class="fas fa-question-circle"></i>
<span class="tooltip">{{ localize 'C5ETRAINING.MacroNameInputHelpText' }}</span>
Expand Down

0 comments on commit d0f1ac6

Please sign in to comment.