Add IDs of posting Sone and recipient to loadNewPost().
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 13 Jan 2011 13:55:38 +0000 (14:55 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 13 Jan 2011 13:55:38 +0000 (14:55 +0100)
src/main/resources/static/javascript/sone.js

index f7a686d..2c3f742 100644 (file)
@@ -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;
        }