Merge branch 'bstable'
This commit is contained in:
commit
8f4fa51c18
@ -12,6 +12,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.26
|
### v1.11.26
|
||||||
|
|
||||||
|
**v1.11.26.6** *(2016-03-01)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.6/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- (anounyym1) Archive list: remove /qa/ from RBT.
|
||||||
|
- Fix 4chan CSS bug causing captcha to obscure report submit button.
|
||||||
|
|
||||||
**v1.11.26.5** *(2016-02-25)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.11.26.5** *(2016-02-25)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.26.5/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Update for Recaptcha changes.
|
- Update for Recaptcha changes.
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,8 @@
|
|||||||
"http": false,
|
"http": false,
|
||||||
"https": true,
|
"https": true,
|
||||||
"software": "fuuka",
|
"software": "fuuka",
|
||||||
"boards": ["cgl", "g", "mu", "qa"],
|
"boards": ["cgl", "g", "mu"],
|
||||||
"files": ["cgl", "g", "mu", "qa"]
|
"files": ["cgl", "g", "mu"]
|
||||||
}, {
|
}, {
|
||||||
"uid": 15,
|
"uid": 15,
|
||||||
"name": "fgts",
|
"name": "fgts",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
:root:not(.js-enabled) #g-recaptcha,
|
#g-recaptcha,
|
||||||
:root:not(.js-enabled) #captchaContainerAlt {
|
:root:not(.js-enabled) #captchaContainerAlt {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user