Added immediate saving of sidebar show/hide persist state. r=slamm

This commit is contained in:
cmanske%netscape.com 1999-12-02 01:15:49 +00:00
parent 6cda5a05d0
commit 97326d482a
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ function sidebarShowHide() {
sidebar.setAttribute('hidden','true')
sidebar_splitter.setAttribute('hidden','true')
}
document.persist('sidebar-box', 'state')
}
function dumpAttributes(node) {

View File

@ -231,6 +231,7 @@ function sidebarShowHide() {
sidebar.setAttribute('hidden','true')
sidebar_splitter.setAttribute('hidden','true')
}
document.persist('sidebar-box', 'state')
}
function dumpAttributes(node) {