mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-11 05:19:43 +00:00
See ChangeLog.
Monotone-Parent: e41b77fddf24412874484346ccb32080911c93bc Monotone-Revision: 81d97c694c2b068327505b3735f75782c70eaa6e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-05-03T14:05:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -577,7 +577,10 @@ function onRowClick(event, target) {
|
||||
// No parent; stop here
|
||||
return true;
|
||||
}
|
||||
|
||||
else
|
||||
// Not a list; stop here
|
||||
return true;
|
||||
|
||||
var initialSelection = $(node.parentNode).getSelectedNodesId();
|
||||
if (initialSelection && initialSelection.length > 0
|
||||
&& initialSelection.indexOf(node.id) >= 0
|
||||
@@ -1885,7 +1888,7 @@ function showPromptDialog(title, label, callback, defaultValue) {
|
||||
_("OK"),
|
||||
callback.bind(input)));
|
||||
fields.appendChild(createButton(null,
|
||||
"Cancel",
|
||||
_("Cancel"),
|
||||
disposeDialog));
|
||||
dialog = createDialog(null,
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user