mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 22:35:22 +00:00
Monotone-Parent: 9cf7b509368bfae983681bb7bde958d265418598
Monotone-Revision: 032556b8bd0443874b304846324f454972349ed7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-03-28T17:11:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -720,9 +720,9 @@ function configureAbToolbar() {
|
||||
var toolbar = $("abToolbar");
|
||||
if (toolbar) {
|
||||
var links = toolbar.childNodesWithTag("a");
|
||||
links[0].observe("click", onAddressBookNew);
|
||||
links[1].observe("click", onAddressBookAdd);
|
||||
links[2].observe("click", onAddressBookRemove);
|
||||
$(links[0]).observe("click", onAddressBookNew);
|
||||
$(links[1]).observe("click", onAddressBookAdd);
|
||||
$(links[2]).observe("click", onAddressBookRemove);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user