mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 23:55:34 +00:00
Merge pull request #50 from alexcloutier/feature/SearchInbox
New feature to search multiple mailboxes
This commit is contained in:
@@ -1998,7 +1998,7 @@ function createDialog(id, title, legend, content, positionClass) {
|
||||
var newDialog = createElement("div", id, ["dialog", positionClass]);
|
||||
newDialog.setStyle({"display": "none"});
|
||||
|
||||
if (positionClass == "none") {
|
||||
if (positionClass == "none" || positionClass == "searchMail") {
|
||||
var bgDiv = $("bgDialogDiv");
|
||||
if (bgDiv) {
|
||||
bgDiv.show();
|
||||
|
||||
Reference in New Issue
Block a user