mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 07:06:25 +00:00
reindentation
Monotone-Parent: 817b10c2628d97961bd17f0fceef353fbc87360d Monotone-Revision: c34c0300a1f39388ab0115f21ccd4e9ac36b52ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-09T13:50:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -994,8 +994,8 @@ function popupToolbarMenu(node, menuId) {
|
||||
var offset = $(node).cumulativeOffset();
|
||||
var top = offset.top + node.offsetHeight;
|
||||
popup.setStyle({ top: top + "px",
|
||||
left: offset.left + "px",
|
||||
visibility: "visible" });
|
||||
left: offset.left + "px",
|
||||
visibility: "visible" });
|
||||
|
||||
document.currentPopupMenu = popup;
|
||||
$(document.body).observe("mouseup", onBodyClickMenuHandler);
|
||||
|
||||
Reference in New Issue
Block a user