From dbb629cb8b9a6a3cae4fdf97545c4e89f3e2561d Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Thu, 27 Jul 2000 11:39:27 +0000 Subject: [PATCH] Fix simple typo. r=me --- xpfe/components/directory/directory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/directory/directory.js b/xpfe/components/directory/directory.js index 72a19a330755..ff0ac9c27218 100644 --- a/xpfe/components/directory/directory.js +++ b/xpfe/components/directory/directory.js @@ -126,7 +126,7 @@ function OnClick(event, node) var theWindow = window._content.parentWindow; if (theWindow) { - theWindow.title = baseURI; + theWindow.title = theID; } } }