mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 12:59:49 +00:00
Monotone-Parent: 389ee2a27fb75cca12b81a54f3b8a8c180f6d946
Monotone-Revision: 7eca0d1063d349e56ff8184fbfeb6a7b5107fd96 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-27T19:26:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1373,7 +1373,10 @@ function onLoadHandler(event) {
|
||||
}
|
||||
|
||||
function onBodyClickContextMenu(event) {
|
||||
preventDefault(event);
|
||||
if (!(event.target
|
||||
&& (event.target.tagName == "INPUT"
|
||||
|| event.target.tagName == "TEXTAREA")))
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function configureSortableTableHeaders(table) {
|
||||
|
||||
Reference in New Issue
Block a user