Cleanup and fix remaining issues from seaweedchan/4chan-x#212
This commit is contained in:
parent
7ad173c385
commit
c36d62d5ce
2
LICENSE
2
LICENSE
@ -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
@ -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': [
|
||||
|
||||
@ -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
|
||||
|
||||
2
src/General/css/font-awesome.css
vendored
2
src/General/css/font-awesome.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user