mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Don't sort Chatzilla's user list until it's ready b=286999 r=Silver a=asa
This commit is contained in:
parent
1e015b2257
commit
88e5ed63cd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user