File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ function displayItem(item: any) {
32
32
switch (what ) {
33
33
case ' all_functions' :
34
34
const funcInfo = getFunctionInfo (item .data );
35
- return ` <a href=${item .id }>${item .id }</a>
35
+ return ` <a href=/ ${item .id }>${item .id }</a>
36
36
(<span class=${" side-" + funcInfo .type }>${funcInfo .typePretty }</span>) ` ;
37
37
case ' all_events' :
38
- return ` <a href=${item .id }>${item .id }</a>
38
+ return ` <a href=/ ${item .id }>${item .id }</a>
39
39
(<span class=${" side-" + item .data .type }>${getEventTypePretty (item .data .type )}-side</span>) ` ;
40
40
case ' client_functions' :
41
41
case ' server_functions' :
42
42
case ' shared_functions' :
43
43
case ' client_events' :
44
44
case ' server_events' :
45
- return ` <a href=${item .id }>${item .id }</a> ` ;
45
+ return ` <a href=/ ${item .id }>${item .id }</a> ` ;
46
46
}
47
47
return ' ?' ;
48
48
}
You can’t perform that action at this time.
0 commit comments