failed to store edited title of group tab (regression)

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-03 05:16:50 +09:00
parent 3cf6b76fee
commit 7ed52bca37

View File

@ -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;