mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.3
This commit is contained in:
@@ -159,7 +159,7 @@ class ListPageMultiSource extends ListPage {
|
||||
}
|
||||
|
||||
Object.keys(this._loadedSources)
|
||||
.map(src => new FilterItem({item: src, pFnChange: this._pLoadSource.bind(this)}))
|
||||
.map(src => new SourceFilterItem({item: src, pFnChange: this._pLoadSource.bind(this)}))
|
||||
.forEach(fi => this._pageFilter.sourceFilter.addItem(fi));
|
||||
|
||||
const prerelease = await (this._prereleaseDataSource ? this._prereleaseDataSource() : PrereleaseUtil.pGetBrewProcessed());
|
||||
|
||||
Reference in New Issue
Block a user