зеркало из https://github.com/mozilla/gecko-dev.git
Bug 291233 - Use numeric sort codes for userlist to fix backwards sorting in Estonian locale.
ChatZilla only. r=rginda
This commit is contained in:
Родитель
71703e6c3a
Коммит
901e07f3d3
|
@ -4185,8 +4185,8 @@ function usr_updres()
|
|||
}
|
||||
}
|
||||
|
||||
// Counts up from Z to A.
|
||||
var sortname = String.fromCharCode(90 - modeLevel) + "-" + this.unicodeName;
|
||||
// Counts numerically down from 9.
|
||||
var sortname = (9 - modeLevel) + "-" + this.unicodeName;
|
||||
|
||||
// We want to show mode symbols, but only those we don't 'style'.
|
||||
if (mode && !mode.match(/^[@%+]$/))
|
||||
|
|
Загрузка…
Ссылка в новой задаче