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 6dfe420 commit 9e52001Copy full SHA for 9e52001
src/resource-manager/resource_templates.js
@@ -219,7 +219,9 @@ templates.resource_tree =
219
'span',
220
(r.filename || r.short_distinguisher || r.url || 'NO URL'),
221
'class','resource-tree-resource-label',
222
- 'style', 'margin-left:'+ (1+depth)*this.DEPTH_IDENTATION +'px;'
+ 'style', 'margin-left:'+ (1+depth)*this.DEPTH_IDENTATION +'px;',
223
+ 'data-tooltip','js-script-select',
224
+ 'data-tooltip-text',r.url
225
];
226
var tpl =
227
['li',
0 commit comments