Also focus quicksearch field in bookmarks sidebar to match history.

This commit is contained in:
blakeross%telocity.com 2004-02-21 11:37:06 +00:00
parent 7ab18c7188
commit 421df07918

View File

@ -39,11 +39,11 @@
////////////////////////////////////////////////////////////////////////////////
// Get the two bookmarks utility libraries running, attach controllers, focus
// tree widget, etc.
// search box, etc.
function Startup()
{
var bookmarksView = document.getElementById("bookmarks-view");
bookmarksView.treeBoxObject.selection.select(0);
var searchBox = document.getElementById("search-box");
searchBox.focus();
}
function manageBookmarks() {