Merge branch 'bstable'
This commit is contained in:
commit
f72cb4e7a4
@ -12,6 +12,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.16
|
||||
|
||||
**v1.11.16.8** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.8/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Remove obsolete captcha bug workaround that may be causing scrolling to top.
|
||||
|
||||
**v1.11.16.7** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.7/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- (Bui) Update archive list: Add /news/ to 4ch.be.
|
||||
|
||||
|
||||
@ -52,7 +52,6 @@ Captcha.fixes =
|
||||
@fixImages()
|
||||
new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true}
|
||||
$.on d, 'keydown', @keybinds.bind(@)
|
||||
window.focus()
|
||||
|
||||
initNoscript: ->
|
||||
@noscript = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user