mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
changing timeout to 0, r/sr=hyatt
This commit is contained in:
parent
43873c78c9
commit
96c5a21fdd
@ -400,7 +400,7 @@ function Startup()
|
||||
}
|
||||
}
|
||||
// now load bookmarks after a delay
|
||||
setTimeout(LoadBookmarksCallback, 100);
|
||||
setTimeout(LoadBookmarksCallback, 0);
|
||||
}
|
||||
|
||||
function LoadBookmarksCallback()
|
||||
|
Loading…
Reference in New Issue
Block a user