mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 1132950 - Don't keep showing sort arrow on a column if another column is selected. r=jaws
This commit is contained in:
parent
e7afd7d13d
commit
b5b229780b
@ -95,7 +95,7 @@ var view = {
|
||||
pref = gPrefView[index];
|
||||
|
||||
var old = document.getElementById(gSortedColumn);
|
||||
old.setAttribute("sortDirection", "");
|
||||
old.removeAttribute("sortDirection");
|
||||
gPrefArray.sort(gSortFunction = gSortFunctions[col.id]);
|
||||
if (gPrefView != gPrefArray)
|
||||
gPrefView.sort(gSortFunction);
|
||||
|
Loading…
Reference in New Issue
Block a user