diff --git a/pagure/static/request_ev.js b/pagure/static/request_ev.js index 58219c5..4f5aa43 100644 --- a/pagure/static/request_ev.js +++ b/pagure/static/request_ev.js @@ -1,12 +1,16 @@ add_comment = function(data, username) { console.log('Adding comment ' + data.comment_added); var field = $('#comments'); - var edit_btn = ' \ \ '; + } var inline = false; if (data.commit_id){ inline = true; @@ -43,12 +47,15 @@ add_comment = function(data, username) { \ \