зеркало из https://github.com/mozilla/pjs.git
Don't sort Chatzilla's user list until it's ready b=286999 r=Silver a=asa
This commit is contained in:
Родитель
0e2ba675dd
Коммит
4ae1f2da2f
|
@ -2486,6 +2486,8 @@ function updateUserList()
|
|||
var sortDirection;
|
||||
|
||||
node = document.getElementById("user-list");
|
||||
if (!node.view)
|
||||
return;
|
||||
|
||||
const nsIXULSortService = Components.interfaces.nsIXULSortService;
|
||||
const isupports_uri = "@mozilla.org/xul/xul-sort-service;1";
|
||||
|
|
Загрузка…
Ссылка в новой задаче