mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 23:55:34 +00:00
Fix focus of popup windows with FF on Windows
This commit is contained in:
@@ -323,8 +323,10 @@ function onMenuRawContact (event) {
|
||||
return row.readAttribute("id");
|
||||
});
|
||||
|
||||
openGenericWindow(URLForFolderID(Contact.currentAddressBook)
|
||||
+ "/" + cname + "/raw");
|
||||
$(function() {
|
||||
openGenericWindow(URLForFolderID(Contact.currentAddressBook)
|
||||
+ "/" + cname + "/raw");
|
||||
}).delay(0.1);
|
||||
}
|
||||
|
||||
function actionContactCallback(http) {
|
||||
|
||||
Reference in New Issue
Block a user