We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f294bc commit e6d714fCopy full SHA for e6d714f
module/documents/effects/active-effect-config.mjs
@@ -92,11 +92,11 @@ export class FUActiveEffectConfig extends foundry.applications.sheets.ActiveEffe
92
await super._onRender(context, options);
93
const html = this.element;
94
95
+ // TODO: Add other fields in
96
// DETAILS TAB
- const details = html.querySelector('section[data-tab="details"]');
97
- if (details) {
98
- details.append(document.createTextNode('HELLO'));
99
- }
+ // const details = html.querySelector('section[data-tab="details"]');
+ // if (details) {
+ // }
100
101
// CHANGES Tab
102
if (!html.querySelector('#effect-key-options')) {
0 commit comments