123285 - columns aren't correctly persisted in history and other outliners. r=ben sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@113585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -961,7 +961,7 @@
|
||||
if (colNode) {
|
||||
var checkedState = aPopup.getAttribute("checked");
|
||||
if (checkedState == "true")
|
||||
colNode.removeAttribute("hidden");
|
||||
colNode.setAttribute("hidden", "false");
|
||||
else
|
||||
colNode.setAttribute("hidden", "true");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user