SECURITY: remove alert dialog from local dates

This commit is contained in:
Sam 2018-05-21 12:20:23 +10:00
parent 2ceb107074
commit cd4250737a
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
$element
.html(html)
.attr("title", previews.join("\n"))
.attr("onclick", "alert('" + previews.join("\\n") + "');return false;")
.addClass("cooked");
if (repeat) {