Add support for Foundry 0.7.3

- Fixed an issue with the actor/item creation dialog that prevented
  it from working on Foundry 0.7.x versions.
- Removed obsolete translation string.
- Bumped minimum core version now that 0.7.3 is in beta.
This commit is contained in:
Matt Smith 2020-10-09 19:49:56 -05:00
parent f69f9c80ea
commit 8daec8bd92
3 changed files with 10 additions and 9 deletions

View file

@ -11,6 +11,5 @@
<option value="{{this.value}}">{{this.label}}</option>
{{/each}}
</select>
<p class="notes">{{localize "ENTITY.TypeHint"}}</p>
</div>
</form>