mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: 2b4b3166fde94aa23081f426fb0b81c34f751ff3
Monotone-Revision: 5c0de45fa3f0bb43dab8922b009180e24c4b7319 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-15T22:24:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1306,7 +1306,7 @@ function onCategoriesMenuPrepareVisibility() {
|
||||
if (contactsList) {
|
||||
var rows = contactsList.getSelectedRows();
|
||||
if (rows.length > 0) {
|
||||
var catList = rows[0].getAttribute("categories"); log ("cats = " + catList);
|
||||
var catList = rows[0].getAttribute("categories");
|
||||
var catsArray;
|
||||
if (catList && catList.length > 0) {
|
||||
catsArray = catList.split(",");
|
||||
|
||||
Reference in New Issue
Block a user