Fix not correctly forgetting section-open state
The sidebar is intended to close all sections when the content is wide and set their default back to closed. SPR-883
This commit is contained in:
parent
e6acdc2663
commit
b8a4cc913e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jQuery(function () {
|
|||
for (var index=0; index <= sessionStorage.length; index += 1) {
|
||||
var item = sessionStorage.getItem('sidebar-section-' + index + '-open');
|
||||
if (!item) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
sessionStorage.removeItem('sidebar-section-' + index + '-open');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue