Skip to content

Commit e2b0858

Browse files
committed
remove unnecessary JS action
1 parent 6aba5f7 commit e2b0858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ function shortenTextDisplay($text, $max = 30)
19601960
$display = str_replace('/', '/​', $display);
19611961
$display = str_replace('@', '@​', $display);
19621962

1963-
return sprintf('<span title="%s" ondblclick="alert(\'%s\');">%s</span>', htmlspecialchars($text),
1963+
return sprintf('<span title="%s">%s</span>', htmlspecialchars($text),
19641964
htmlspecialchars($text), $display);
19651965
}
19661966

0 commit comments

Comments
 (0)