зеркало из https://github.com/mozilla/gecko-dev.git
Bug 432454 - Library columns hidden state is not persisted (for mak77@supereva.it, r=dietrich, a=beltzner)
This commit is contained in:
Родитель
5d4caa1c8d
Коммит
459603e348
|
@ -1628,7 +1628,7 @@ var ViewMenu = {
|
||||||
splitter = null;
|
splitter = null;
|
||||||
|
|
||||||
if (element.getAttribute("checked") == "true") {
|
if (element.getAttribute("checked") == "true") {
|
||||||
column.removeAttribute("hidden");
|
column.setAttribute("hidden", "false");
|
||||||
if (splitter)
|
if (splitter)
|
||||||
splitter.removeAttribute("hidden");
|
splitter.removeAttribute("hidden");
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче