Fix focus of popup windows with FF on Windows

This commit is contained in:
Francis Lachapelle
2014-05-12 15:25:50 -04:00
parent 698524b39f
commit 5c41915080
4 changed files with 68 additions and 48 deletions
+4 -2
View File
@@ -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) {