mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
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:
parent
7e361ba21c
commit
ab2e472a9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user