Skip to content
Snippets Groups Projects
Commit 8a7559ae authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Fix double-init of record comment delete links. (#1214)

parent 35ca3085
No related merge requests found
...@@ -138,11 +138,6 @@ function registerTabEvents() { ...@@ -138,11 +138,6 @@ function registerTabEvents() {
registerAjaxCommentRecord(); registerAjaxCommentRecord();
// Render recaptcha // Render recaptcha
recaptchaOnLoad(); recaptchaOnLoad();
// Delete links
$('.delete').click(function commentTabDeleteClick() {
deleteRecordComment(this, $('.hiddenId').val(), $('.hiddenSource').val(), this.id.substr(13));
return false;
});
setUpCheckRequest(); setUpCheckRequest();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment