mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:52:12 +08:00
SECURITY: remove alert dialog from local dates
This commit is contained in:
parent
2ceb107074
commit
cd4250737a
|
@ -49,7 +49,6 @@
|
|||
$element
|
||||
.html(html)
|
||||
.attr("title", previews.join("\n"))
|
||||
.attr("onclick", "alert('" + previews.join("\\n") + "');return false;")
|
||||
.addClass("cooked");
|
||||
|
||||
if (repeat) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user