mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 11:38:27 +02:00
cleanup
This commit is contained in:
parent
a2e8fa6510
commit
4e4ee6b8ce
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ exports.getModule = class FileBaseSearch extends MenuModule {
|
|||
},
|
||||
function populateAreas(callback) {
|
||||
self.availAreas = [ { name : '-ALL-' } ].concat(getSortedAvailableFileAreas(self.client) || []);
|
||||
|
||||
|
||||
const areasView = vc.getView(MciViewIds.search.area);
|
||||
areasView.setItems( self.availAreas.map( a => a.name ) );
|
||||
areasView.redraw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue