зеркало из https://github.com/mozilla/gecko-dev.git
Adjust min child count. It is different with the new tab layout.
This commit is contained in:
Родитель
d01a727f3a
Коммит
56ce3a4d58
|
@ -179,7 +179,7 @@ function sidebarOpenDefaultPanel(wait, tries) {
|
|||
debug("sidebarOpenDefaultPanel("+wait+","+tries+")");
|
||||
debug(" target="+target);
|
||||
|
||||
if (children.length < 3) {
|
||||
if (children.length < 1) {
|
||||
if (tries < 5) {
|
||||
// No children yet, try again later
|
||||
setTimeout('sidebarOpenDefaultPanel('+(wait*2)+','+(tries+1)+')',wait);
|
||||
|
|
Загрузка…
Ссылка в новой задаче