Skip to content

Commit

Permalink
Fixing JS warning. Bug 221619.
Browse files Browse the repository at this point in the history
  • Loading branch information
varga%nixcorp.com committed Apr 17, 2004
1 parent 0ebcf05 commit 2c3caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpfe/components/bookmarks/resources/bm-panel.js
Expand Up @@ -43,7 +43,7 @@
function Startup()
{
var bookmarksView = document.getElementById("bookmarks-view");
bookmarksView.view.selection.select(0);
bookmarksView.tree.view.selection.select(0);
}

function manageBookmarks() {
Expand Down

0 comments on commit 2c3caf6

Please sign in to comment.