Skip to content

Commit

Permalink
Merge pull request #493 from bmlt-enabled:lint
Browse files Browse the repository at this point in the history
forgot to sync this lint fix
  • Loading branch information
otrok7 authored Sep 15, 2024
2 parents 48e87c9 + b75c586 commit dbcfc78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion croutonjs/meetingMap/js/meeting_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ function MeetingMap(inConfig) {
menuContext.imageDir = config.BMLTPlugin_images;
gDelegate.addControl(createNext24Toggle(), 'topleft');
gDelegate.addControl(createMenuButton(menuContext), 'topright', cb);
}else {
}
else {
menuContext = {imageDir: config.BMLTPlugin_images, config: config, dropdownData:false};
gDelegate.addControl(createMenuButton(menuContext), 'topright', cb);
}
Expand Down

0 comments on commit dbcfc78

Please sign in to comment.