зеркало из https://github.com/mozilla/gecko-dev.git
fix for #35803 r=sspitzer, sr=mscott
This commit is contained in:
Родитель
977a2827a9
Коммит
130a559975
|
@ -428,7 +428,7 @@ function onPanelLoaded(pageId) {
|
|||
// the account data, and then restore theh page
|
||||
if (pageId == currentPageId) {
|
||||
clearAccountData(currentServerId, currentPageId);
|
||||
restorePage(currentServerId, currentPageId);
|
||||
restorePage(currentPageId, currentServerId);
|
||||
}
|
||||
} else {
|
||||
|
||||
|
@ -734,7 +734,7 @@ function getValueArrayFor(serverId) {
|
|||
|
||||
function clearAccountData(serverId, pageId)
|
||||
{
|
||||
getValueArrayFor(serverId)[pageId] = null;
|
||||
accountArray[serverId] = null;
|
||||
}
|
||||
|
||||
function getServerIdAndPageIdFromTree(tree)
|
||||
|
|
Загрузка…
Ссылка в новой задаче