Merge branch '1.9.10.x'

Conflicts:
	LICENSE
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
This commit is contained in:
ccd0 2014-11-11 00:06:51 -08:00
commit c4518fbb06
2 changed files with 9 additions and 1 deletions

View File

@ -53,6 +53,12 @@ Based on v1.9.10.0.
- Add unique IP count to thread stats.
<!-- v1.9.10.x -->
### v1.9.10.3
*2014-11-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.3/builds/4chan-X-noupdate.crx "Chromium version")]
**ccd0**
- Fix `Hide Original Post Form` (broken by 4chan update).
### v1.9.10.2
*2014-11-10* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.crx "Chromium version")]

View File

@ -945,7 +945,6 @@ span.hide-announcement {
}
/* QR */
:root.hide-original-post-form #postForm,
:root.hide-original-post-form #togglePostFormLink,
:root:not(.catalog) #togglePostFormLink,
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
@ -953,6 +952,9 @@ span.hide-announcement {
#file-n-submit:not(.has-file) #qr-filerm {
display: none;
}
:root.hide-original-post-form #postForm {
display: none !important;
}
:root:not(.hide-original-post-form):not(.catalog) #postForm {
display: table;
}