From 73f4485773686d787c610ebdf425752bde290dba Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 8 Apr 2017 17:38:39 -0400 Subject: [PATCH] delete comments --- src/scripts/post.tag | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/post.tag b/src/scripts/post.tag index 0bf5c65..e742b3a 100644 --- a/src/scripts/post.tag +++ b/src/scripts/post.tag @@ -64,7 +64,6 @@ prev(ev) { if (self.pid > 1) { self.pid--; route(`/${self.pid}`); - //self.setPost(self.pid); self.update(); } } @@ -78,7 +77,6 @@ next(ev) { if (!self.nomore) { self.pid++; route(`/${self.pid}`); - //self.setPost(self.pid); self.update(); } }