From: David ‘Bombe’ Roden Date: Thu, 25 Nov 2010 19:49:41 +0000 (+0100) Subject: Remove unnecessary call to addCommentLink(). X-Git-Tag: 0.3.1-RC2~9 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c7e003e8e22042530f9141d37955e877fb2dd56d Remove unnecessary call to addCommentLink(). --- diff --git a/src/main/resources/static/javascript/sone.js b/src/main/resources/static/javascript/sone.js index 8be0282..3a84d9c 100644 --- a/src/main/resources/static/javascript/sone.js +++ b/src/main/resources/static/javascript/sone.js @@ -493,7 +493,6 @@ function ajaxifyPost(postElement) { getTranslation("WebInterface.DefaultText.Reply", function(text) { $(postElement).find("input.reply-input").each(function() { registerInputTextareaSwap(this, text, "text", false, false); - addCommentLink(getPostId(postElement), postElement); }); });