From f524c96c797cd47735a5b16c78e247cef8e86389 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Mon, 5 Dec 2011 10:26:23 +0900 Subject: [PATCH] no need to restore tab attributes (revert the last commit) --- modules/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index fbb28d7e..cc7a2de6 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -1037,7 +1037,6 @@ var TreeStyleTabUtils = { try { this.checkCachedSessionDataExpiration(aTab); this.SessionStore.setTabValue(aTab, aKey, aValue); - this.SessionStore.persistTabAttribute(aKey); } catch(e) { }