diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 75abd78..b5e8d36 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -507,6 +507,13 @@ } ); + + $( "#clear_comment").click( + function() { + $( "#comment" ).val(""); + } + ); + var cur_hash = null; highlight_comment = function() {