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

View File

@ -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) {