Merge branch 'bstable'

This commit is contained in:
ccd0 2016-06-23 12:32:48 -07:00
commit 6aa9f53ed2
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,9 @@
### v1.11.35
**v1.11.35.7** *(2016-06-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.7/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.7/builds/4chan-X-noupdate.crx)]
- Fix banner contest form not showing up with JS disabled.
**v1.11.35.6** *(2016-06-18)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.6/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.6/builds/4chan-X-noupdate.crx)]
- Use backslashes instead of concatenation for multiline strings. Fixes issue causing script to stop working for some users in Chrome 53.

View File

@ -1,3 +1,6 @@
#captcha-cnt {
height: auto;
}
:root:not(.js-enabled) #form {
display: block;
}