diff --git a/src/scripts/editor.tag b/src/scripts/editor.tag index 7320328..2fe5a3c 100644 --- a/src/scripts/editor.tag +++ b/src/scripts/editor.tag @@ -111,7 +111,7 @@ goRight() { goLeft() { console.log("trying to update with the next post"); - console.log(this_id); + console.log(this.currentPost()._id); self.update( { "currentPosts" : Z.goLeft(self.currentPosts),