mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 13:55:58 +00:00
Monotone-Parent: 9b21095125798a3afffd2df7a2d64d32a2e652d5
Monotone-Revision: d7f9aa1300a14d4db950208effcd5432ebabeb6b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-28T21:59:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -42,7 +42,7 @@ function onPopupAttendeesWindow(event) {
|
||||
}
|
||||
|
||||
function onSelectPrivacy(event) {
|
||||
if (event.button == 0 || (isSafari() && event.button == 1)) {
|
||||
if (event.button == 0 || (isWebKit() && event.button == 1)) {
|
||||
var node = getTarget(event);
|
||||
if (node.tagName != 'A')
|
||||
node = $(node).up("A");
|
||||
|
||||
Reference in New Issue
Block a user