forked from GitHub-Mirrors/foundry-sw5e
Added changes from DND5e 1.3.3
This commit is contained in:
parent
3cfee9dd81
commit
f839166082
7 changed files with 29 additions and 26 deletions
|
@ -221,11 +221,11 @@ export default class ActorSheet5eCharacterNew extends ActorSheet5e {
|
|||
|
||||
/**
|
||||
* Activate event listeners using the prepared sheet HTML
|
||||
* @param html {HTML} The prepared HTML object ready to be rendered into the DOM
|
||||
* @param html {jQuery} The prepared HTML object ready to be rendered into the DOM
|
||||
*/
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
if ( !this.options.editable ) return;
|
||||
if ( !this.isEditable ) return;
|
||||
|
||||
// Inventory Functions
|
||||
// html.find(".currency-convert").click(this._onConvertCurrency.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue