Skip to content

Commit

Permalink
Update DieHardFudgeDialog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UranusBytes authored Jun 4, 2023
1 parent a3a3882 commit 308e337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/classes/DieHardFudgeDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,14 @@ export default class DieHardFudgeDialog extends FormApplication {
html.find(".fudge-help-formula")?.on('click', this._helpFudgeFormula.bind(this));
html.find(".fudge-help-times")?.on('click', this._helpFudgeTimes.bind(this));
}

/*
_onSubmit(event, __namedParameters) {
dieHardLog(false, 'DieHardFudgeDialog._onSubmit', event, __namedParameters)
// Hack for v10
if (event.path.length > 0) {
super._onSubmit(event, __namedParameters)
}
}
*/
}

0 comments on commit 308e337

Please sign in to comment.