Bug 78148. Reorg directory viewer backend to allow file and gopher to use

the html view as well. (This is currently disabled for file because of
i18n issues)

Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.

r/sr=darin, dougt
This commit is contained in:
bbaetz%cs.mcgill.ca 2006-07-27 14:54:26 +00:00
parent 7e361ba21c
commit ab2e472a9e

View File

@ -258,7 +258,7 @@ function OnClick(event, node)
if( tree.selectedItems.length == 1 ) {
var selectedItem = tree.selectedItems[0];
var url = selectedItem.getAttribute("URL");
window._content.location.href = url;
// set window title