don't enable reply nav by default

This commit is contained in:
James Campos 2011-03-17 22:28:06 -07:00
parent 5a6f8cedc5
commit 41bc1b629d
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
'Quick Reply': [true, 'Reply without leaving the page'],
'Quick Report': [true, 'Add quick report buttons'],
'Reply Hiding': [true, 'Hide single replies'],
'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'],
'Reply Navigation': [false, 'Navigate to the beginning / end of a thread'],
'Sauce': [true, 'Add sauce to images'],
'Show Stubs': [true, 'Of hidden threads / replies'],
'Thread Expansion': [true, 'View all replies'],

View File

@ -23,7 +23,7 @@ config =
'Quick Reply': [true, 'Reply without leaving the page']
'Quick Report': [true, 'Add quick report buttons']
'Reply Hiding': [true, 'Hide single replies']
'Reply Navigation': [true, 'Navigate to the beginning / end of a thread']
'Reply Navigation': [false, 'Navigate to the beginning / end of a thread']
'Sauce': [true, 'Add sauce to images']
'Show Stubs': [true, 'Of hidden threads / replies']
'Thread Expansion': [true, 'View all replies']