diff --git a/src/General/Build.coffee b/src/General/Build.coffee
index 9aba0cff7..b8684853f 100755
--- a/src/General/Build.coffee
+++ b/src/General/Build.coffee
@@ -181,12 +181,16 @@ Build =
else
''
- if isOP and g.VIEW is 'index'
+ if isOP and g.VIEW is 'index' and Conf['JSON Navigation']
pageNum = Math.floor Index.liveThreadIDs.indexOf(postID) / Index.threadsNumPerPage
pageIcon = " [#{pageNum}]"
+ else
+ pageIcon = ''
+
+ if isOP and g.VIEW is 'index'
replyLink = " [Reply]"
else
- pageIcon = replyLink = ''
+ replyLink = ''
container = $.el 'div',
id: "pc#{postID}"