Skip to content

Commit 15fc6eb

Browse files
committed
Fix error generated with pf2e on v9
1 parent f54a654 commit 15fc6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compendium-folders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function defineClasses(){
395395
filters: [{inputSelector: 'input[name="search"]', contentSelector: ".directory-list"}],
396396
});
397397
}
398-
398+
onReady(){}
399399
constructor(...args) {
400400
super(...args);
401401
}

0 commit comments

Comments
 (0)