mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
fix for #60139. fix problem with next navigation not working when bubbling out
fo subfolders. r/sr=bienvenu
This commit is contained in:
parent
cfbfa26c40
commit
de3f0803a8
@ -155,7 +155,7 @@ function FindNextFolder(originalFolderURI)
|
||||
|
||||
msgFolders = GetSubFoldersInFolderPaneOrder(folder.parent);
|
||||
for (i=0;i<msgFolders.length;i++) {
|
||||
if (msgFolders[i].URI == folder.URI)
|
||||
if (msgFolders[i].URI == folder.URI)
|
||||
break;
|
||||
}
|
||||
|
||||
@ -176,7 +176,7 @@ function FindNextFolder(originalFolderURI)
|
||||
return null;
|
||||
}
|
||||
else {
|
||||
FindNextFolder(folder.parent.URI);
|
||||
return FindNextFolder(folder.parent.URI);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user