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 e96a9aa commit 9f80f8aCopy full SHA for 9f80f8a
src/resource-manager/resource_templates.js
@@ -1,10 +1,5 @@
1
window.templates = window.templates || {};
2
3
-templates.resource_icon = function(resource)
4
-{
5
- return ["span", "class", "resource-icon resource-type-" + resource.type];
6
-};
7
-
8
templates.resource_tree =
9
{
10
URL_MATCH_CONTEXT_SIZE: 10,
@@ -19,7 +14,6 @@ templates.resource_tree =
19
14
return name;
20
15
},
21
16
22
23
17
_expander_extras:function(context, pivotID, depth)
24
18
25
var hash = context.collapsed;
0 commit comments