Fix #117 - Disappearing Main Menu for Users With Multiple Inboxes

- On folder select modify the iframe location instead of top location
This commit is contained in:
Abuzar Faris 2022-09-28 09:52:37 +05:00 committed by Jack Anderson
parent 3ae831ba16
commit 4a0244c695

View file

@ -87,7 +87,7 @@
var mbox = data.selected[0];
// reload with different inbox
$('[name=folders_id]').val(mbox);
top.location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
window.location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
}
});

@ -125,4 +125,4 @@

$(document).ready(function() {
$(document).FoldersViewModal();
});
});