From: David ‘Bombe’ Roden Date: Thu, 13 Jan 2011 13:55:38 +0000 (+0100) Subject: Add IDs of posting Sone and recipient to loadNewPost(). X-Git-Tag: 0.3.7^2~5^2~4 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=87409ba62fa1d69f21aa91df079b8987909868d8 Add IDs of posting Sone and recipient to loadNewPost(). --- diff --git a/src/main/resources/static/javascript/sone.js b/src/main/resources/static/javascript/sone.js index f7a686d..2c3f742 100644 --- a/src/main/resources/static/javascript/sone.js +++ b/src/main/resources/static/javascript/sone.js @@ -706,7 +706,7 @@ function hasReply(replyId) { return $("#sone .reply#" + replyId).length > 0; } -function loadNewPost(postId) { +function loadNewPost(postId, soneId, recipientId) { if (hasPost(postId)) { return; }