diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index b817996..4950685 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -83,7 +83,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi /** @override */ _onRender(context, options) { - this.tab = context.system.tab; + // this.tab = context.system.tab; const tabs = new foundry.applications.ux.Tabs({navSelector: ".tabs", contentSelector: ".content", initial: this.tab}); tabs.bind(this.element); diff --git a/system.json b/system.json index f2bd307..ed4224f 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.59", + "version": "0.0.60", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 6cc34d9..cf55037 100644 Binary files a/system.zip and b/system.zip differ