mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 02:52:43 +00:00
Monotone-Parent: be2355409b08911bf260a0d3ffdfab275fd30725
Monotone-Revision: 482f318bc0384aa8e26797c6caad5737975048d8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T22:50:42
This commit is contained in:
@@ -14,13 +14,13 @@ var MailEditor = {
|
||||
function onContactAdd(button) {
|
||||
var div = $("contacts");
|
||||
if (div.visible()) {
|
||||
$("contacts").hide();
|
||||
$("rightPanel").setStyle({ left: "0" });
|
||||
div.hide();
|
||||
$("rightPanel").setStyle({ left: "0px" });
|
||||
$(button).removeClassName("active");
|
||||
}
|
||||
else {
|
||||
$("rightPanel").setStyle({ left: $("leftPanel").getStyle("width") });
|
||||
$("contacts").show();
|
||||
div.show();
|
||||
$(button).addClassName("active");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user