diff --git a/emhttp/plugins/dynamix/ShareEdit.page b/emhttp/plugins/dynamix/ShareEdit.page index 3c51ce406..2ee8a2061 100644 --- a/emhttp/plugins/dynamix/ShareEdit.page +++ b/emhttp/plugins/dynamix/ShareEdit.page @@ -764,11 +764,11 @@ function updateScreen(cache, slow) { break; } - /* Check secondary dropdown index and show/hide moreSettings2 */ - if (secondaryDropdown.selectedIndex === 1) { + /* Check secondary and primary dropdown index and show/hide moreSettings2 */ + if (secondaryDropdown.selectedIndex === 1 || primaryDropdown.selectedIndex === 0) { $('#moreSettings2').show('slow'); } else { - $('#moreSettings2').hide(slow); + $('#moreSettings2').hide('slow'); } }