зеркало из https://github.com/mozilla/pjs.git
fix 247524 LDAP directories don't work from select address window, sr=mscott
This commit is contained in:
Родитель
c0e74f2659
Коммит
8f0e95577b
|
@ -445,6 +445,8 @@ function onEnterInSearchBar()
|
|||
searchURI += gQueryURIFormat.replace(/@V/g, encodeURIComponent(gSearchInput.value));
|
||||
}
|
||||
|
||||
if (!sortColumn.Length)
|
||||
sortColumn = "GeneratedName";
|
||||
SetAbView(searchURI, true, sortColumn, sortDirection);
|
||||
|
||||
SelectFirstCard();
|
||||
|
|
Загрузка…
Ссылка в новой задаче