Skip to content

Commit e6d714f

Browse files
committed
Leave the TODO for details tab
1 parent 1f294bc commit e6d714f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

module/documents/effects/active-effect-config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ export class FUActiveEffectConfig extends foundry.applications.sheets.ActiveEffe
9292
await super._onRender(context, options);
9393
const html = this.element;
9494

95+
// TODO: Add other fields in
9596
// DETAILS TAB
96-
const details = html.querySelector('section[data-tab="details"]');
97-
if (details) {
98-
details.append(document.createTextNode('HELLO'));
99-
}
97+
// const details = html.querySelector('section[data-tab="details"]');
98+
// if (details) {
99+
// }
100100

101101
// CHANGES Tab
102102
if (!html.querySelector('#effect-key-options')) {

0 commit comments

Comments
 (0)