forked from GitHub-Mirrors/foundry-sw5e
More fixes to allow further testing
This commit is contained in:
parent
a597964bc4
commit
e4e755fd68
5 changed files with 6 additions and 4 deletions
|
@ -201,7 +201,7 @@ export default class ActorSheet5eCharacterNew extends ActorSheet5e {
|
|||
if ( !this.options.editable ) return;
|
||||
|
||||
// Inventory Functions
|
||||
html.find(".currency-convert").click(this._onConvertCurrency.bind(this));
|
||||
// html.find(".currency-convert").click(this._onConvertCurrency.bind(this));
|
||||
|
||||
// Item State Toggling
|
||||
html.find('.item-toggle').click(this._onToggleItem.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue