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