Merge branch 'bstable'
This commit is contained in:
commit
c87010964a
@ -24,6 +24,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.16
|
### v1.11.16
|
||||||
|
|
||||||
|
**v1.11.16.10** *(2015-11-19)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.10/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- Fix captcha on feedback page covering submit button, broken again by bug in 4chan's CSS.
|
||||||
|
|
||||||
**v1.11.16.9** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.9/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.11.16.9** *(2015-11-15)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.16.9/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Nope, it's on Google's end. Bringing back scrolling prevention.
|
- Nope, it's on Google's end. Bringing back scrolling prevention.
|
||||||
|
|
||||||
|
|||||||
@ -86,6 +86,7 @@ Main =
|
|||||||
|
|
||||||
switch hostname
|
switch hostname
|
||||||
when 'www.4chan.org'
|
when 'www.4chan.org'
|
||||||
|
$.onExists doc, 'body', false, -> $.addStyle Main.cssWWW
|
||||||
Captcha.replace.init()
|
Captcha.replace.init()
|
||||||
return
|
return
|
||||||
when 'sys.4chan.org'
|
when 'sys.4chan.org'
|
||||||
@ -346,6 +347,8 @@ Main =
|
|||||||
|
|
||||||
css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon', 'supports') %>`
|
css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon', 'supports') %>`
|
||||||
|
|
||||||
|
cssWWW: `<%= importCSS('www') %>`
|
||||||
|
|
||||||
features: [
|
features: [
|
||||||
['Polyfill', Polyfill]
|
['Polyfill', Polyfill]
|
||||||
['Normalize URL', NormalizeURL]
|
['Normalize URL', NormalizeURL]
|
||||||
|
|||||||
3
src/css/www.css
Normal file
3
src/css/www.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#captcha-cnt {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user