mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 22:41:02 +00:00
Now able to again click on a file link to load it in.
This commit is contained in:
parent
99507ee1bc
commit
b059bab6c7
@ -76,7 +76,8 @@ function OnClick(event)
|
||||
// directories.
|
||||
var type = treeitem.getAttribute('type');
|
||||
|
||||
if (targetclass == 'filename') {
|
||||
if (targetclass.indexOf('filename') >= 0)
|
||||
{
|
||||
var url = treeitem.getAttribute('id');
|
||||
|
||||
debug('navigating to ' + url + '\n');
|
||||
|
Loading…
x
Reference in New Issue
Block a user