failed to store edited title of group tab (regression)
This commit is contained in:
parent
3cf6b76fee
commit
7ed52bca37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user