From 7ed52bca37e6f80c7605637932d51e2d95e09198 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Tue, 3 Jan 2012 05:16:50 +0900 Subject: [PATCH] failed to store edited title of group tab (regression) --- modules/groupTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/groupTab.js b/modules/groupTab.js index 8a8ff746..3d344c51 100644 --- a/modules/groupTab.js +++ b/modules/groupTab.js @@ -167,7 +167,7 @@ GroupTab.prototype = { this.document.documentElement.setAttribute('title', value); if (value != old) - this.location.replace(location.href.split('?')[0]+'?'+encodeURIComponent(value)); + this.location.replace(this.location.href.split('?')[0]+'?'+encodeURIComponent(value)); this.editor.blur(); this.deck.selectedIndex = 0;