Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben
This commit is contained in:
Родитель
6940295f99
Коммит
b635a5ce4c
|
@ -108,7 +108,7 @@ function RenameProfile()
|
|||
var migrate = selected.firstChild.firstChild.getAttribute("rowMigrate");
|
||||
try {
|
||||
profile.renameProfile(oldName, newName);
|
||||
selected.firstChild.firstChild.setAttribute( "value", newName );
|
||||
selected.firstChild.firstChild.setAttribute( "label", newName );
|
||||
selected.setAttribute( "rowName", newName );
|
||||
selected.setAttribute( "profile_name", newName );
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче