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) {
3232 switch (what ) {
3333 case ' all_functions' :
3434 const funcInfo = getFunctionInfo (item .data );
35- return ` <a href=${item .id }>${item .id }</a>
35+ return ` <a href=/ ${item .id }>${item .id }</a>
3636 (<span class=${" side-" + funcInfo .type }>${funcInfo .typePretty }</span>) ` ;
3737 case ' all_events' :
38- return ` <a href=${item .id }>${item .id }</a>
38+ return ` <a href=/ ${item .id }>${item .id }</a>
3939 (<span class=${" side-" + item .data .type }>${getEventTypePretty (item .data .type )}-side</span>) ` ;
4040 case ' client_functions' :
4141 case ' server_functions' :
4242 case ' shared_functions' :
4343 case ' client_events' :
4444 case ' server_events' :
45- return ` <a href=${item .id }>${item .id }</a> ` ;
45+ return ` <a href=/ ${item .id }>${item .id }</a> ` ;
4646 }
4747 return ' ?' ;
4848}
You can’t perform that action at this time.
0 commit comments