X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fjavascript%2Fsone.js;h=3a84d9ca35c746331f89e145ad17f16cc0ee8b33;hp=8be028279d2b549a4a15e9eef9c57cd3d88b1f2d;hb=c7e003e8e22042530f9141d37955e877fb2dd56d;hpb=ca0d5c61afd7696042e4a5203053f9bac52d26b6 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); }); });