From b75c586fabbe9bf0d849cb8321820bebd02c59f6 Mon Sep 17 00:00:00 2001 From: otrok7 <50595291+otrok7@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:46:19 +0200 Subject: [PATCH] forgot to sync this lint fix --- croutonjs/meetingMap/js/meeting_map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/croutonjs/meetingMap/js/meeting_map.js b/croutonjs/meetingMap/js/meeting_map.js index 0160b09..24cb9e0 100644 --- a/croutonjs/meetingMap/js/meeting_map.js +++ b/croutonjs/meetingMap/js/meeting_map.js @@ -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); }