mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:51:14 +08:00
SECURITY: remove alert dialog from local dates
This commit is contained in:
@ -49,7 +49,6 @@
|
||||
$element
|
||||
.html(html)
|
||||
.attr("title", previews.join("\n"))
|
||||
.attr("onclick", "alert('" + previews.join("\\n") + "');return false;")
|
||||
.addClass("cooked");
|
||||
|
||||
if (repeat) {
|
||||
|
Reference in New Issue
Block a user