Skip to content

Commit

Permalink
forgot to sync this lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Sep 15, 2024
1 parent 48e87c9 commit b75c586
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 b75c586

Please sign in to comment.