Monotone-Parent: 908e524c769a51dae0dcb912328a3f394bff90c0

Monotone-Revision: 4806c2af0bd085e4a9d26b15d540681d4a14cb0a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-14T19:06:28
This commit is contained in:
Wolfgang Sourdeau
2012-05-14 19:06:28 +00:00
parent 782709f0a7
commit 5fba279690
3 changed files with 5 additions and 5 deletions
@@ -1,5 +1,3 @@
/* -*- Mode: java; tab-width: 2; c-label-minimum-indentation: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
var d;
function onSearchFormSubmit() {
@@ -182,7 +180,7 @@ function addFolderBranchToTree(tree, user, folder, nodeId, subId, isLast) {
icon += 'tb-mail-addressbook-flat-16x16.png';
else
icon += 'calendar-folder-16x16.png';
var folderId = user + ":" + folderInfos[1];
var folderId = user + ":" + folderInfos[1].substr(1);
var name = folderInfos[0]; // name has the format "Folername (Firstname Lastname <email>)"
var pos = name.lastIndexOf(' (');
if (pos > -1)