зеркало из https://github.com/mozilla/pjs.git
bug 27642 Javascript error when opening empty address book
This commit is contained in:
Родитель
e83ed3ccd9
Коммит
bd10e116b4
|
@ -420,10 +420,13 @@ function DoSort(column, key, direction)
|
|||
if ( node )
|
||||
{
|
||||
var selectionArray = RememberResultsTreeSelection();
|
||||
xulSortService.Sort(node, key, direction);
|
||||
ClearResultsTreeSelection() ;
|
||||
WaitUntilDocumentIsLoaded();
|
||||
RestoreResultsTreeSelection(selectionArray);
|
||||
if (selectionArray.length)
|
||||
{
|
||||
xulSortService.Sort(node, key, direction);
|
||||
ClearResultsTreeSelection() ;
|
||||
WaitUntilDocumentIsLoaded();
|
||||
RestoreResultsTreeSelection(selectionArray);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче