We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ce9f4 commit c6bd8f4Copy full SHA for c6bd8f4
src/resource-manager/resource_templates.js
@@ -40,7 +40,7 @@ templates.resource_tree =
40
' ',
41
[
42
'span',
43
- ((r?r.url.filename||r.human_url:'')||'resource information not fully available yet'),
+ ((r?r.filename||r.human_url:'')||'resource information not fully available yet'),
44
[],
45
'data-tooltip',(r&&'js-script-select'),
46
'data-tooltip-text',(r&&'frame: '+r.human_url)
@@ -133,7 +133,7 @@ templates.resource_tree =
133
['li',
134
135
136
- (r.url.filename||r.human_url||'resource information not fully available yet'),
+ (r.filename||r.human_url||'resource information not fully available yet'),
137
138
139
'data-tooltip-text',(r&&groupName+': '+r.human_url)
0 commit comments