We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a8ba8 commit f388069Copy full SHA for f388069
lib/web/mage/collapsible.js
@@ -114,7 +114,7 @@ define([
114
}
115
116
} else if (this.options.saveState && !this.options.disabled) {
117
- var state = this.storage.get(this.stateKey);
+ state = this.storage.get(this.stateKey);
118
if (typeof state === 'undefined' || state === null) {
119
this.storage.set(this.stateKey,this.options.active);
120
} else if (state === true) {
0 commit comments