зеркало из https://github.com/mozilla/pjs.git
Added immediate saving of sidebar show/hide persist state. r=slamm
This commit is contained in:
Родитель
aa9944e755
Коммит
2889f9fc92
|
@ -231,6 +231,7 @@ function sidebarShowHide() {
|
|||
sidebar.setAttribute('hidden','true')
|
||||
sidebar_splitter.setAttribute('hidden','true')
|
||||
}
|
||||
document.persist('sidebar-box', 'state')
|
||||
}
|
||||
|
||||
function dumpAttributes(node) {
|
||||
|
|
|
@ -231,6 +231,7 @@ function sidebarShowHide() {
|
|||
sidebar.setAttribute('hidden','true')
|
||||
sidebar_splitter.setAttribute('hidden','true')
|
||||
}
|
||||
document.persist('sidebar-box', 'state')
|
||||
}
|
||||
|
||||
function dumpAttributes(node) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче