Cleanup and fix remaining issues from seaweedchan/4chan-x#212

This commit is contained in:
Zixaphir 2013-12-18 12:15:13 -07:00
parent 7ad173c385
commit c36d62d5ce
6 changed files with 21 additions and 24 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.43 - 2013-12-16
* 4chan X - Version 1.2.43 - 2013-12-18
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -85,10 +85,6 @@ Config =
false
'Indicate spoilers if Remove Spoilers is enabled, or make the text appear hovered if Remove Spoiler is disabled.'
]
'Infinite Scrolling': [
false
'Add new posts to the board index upon reaching the bottom of the board.'
]
'Linkification':
'Linkify': [

View File

@ -39,6 +39,7 @@ Header =
$.on @headerToggler, 'change', @toggleBarVisibility
$.on @barFixedToggler, 'change', @toggleBarFixed
$.on @barPositionToggler, 'change', @toggleBarPosition
$.on @scrollHeaderToggler, 'change', @toggleHideBarOnScroll
$.on @linkJustifyToggler, 'change', @toggleLinkJustify
$.on @headerToggler, 'change', @toggleBarVisibility
$.on @footerToggler, 'change', @toggleFooterVisibility

File diff suppressed because one or more lines are too long