Skip to content

Commit 666ef82

Browse files
author
Chris K
committed
DFL-3413 Empty container in listeners panel when there's an additional runtime with a data-uri
1 parent 5db3681 commit 666ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/eventlisteners/evlistenertemplates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
if (ev_rt_list.length > 1)
3232
{
3333
ret.push(["h2",
34-
["span", rt && (rt.title || rt.host),
34+
["span", rt && (rt.title || rt.host || rt.short_url),
3535
"data-tooltip", "url-tooltip",
3636
"data-tooltip-text", rt && rt.uri],
3737
"class", "ev-rt-title"]);

0 commit comments

Comments
 (0)