store TST attributes
This commit is contained in:
parent
776cfbc5c7
commit
7be4a42f0e
@ -1037,6 +1037,7 @@ var TreeStyleTabUtils = {
|
|||||||
try {
|
try {
|
||||||
this.checkCachedSessionDataExpiration(aTab);
|
this.checkCachedSessionDataExpiration(aTab);
|
||||||
this.SessionStore.setTabValue(aTab, aKey, aValue);
|
this.SessionStore.setTabValue(aTab, aKey, aValue);
|
||||||
|
this.SessionStore.persistTabAttribute(aKey);
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user