mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben
This commit is contained in:
parent
ec7cf9b88e
commit
4c4468f452
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user