Merge branch '1.8.8.x' into 1.8.9.x

Conflicts:
	CHANGELOG.md
	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-08-10 22:06:44 -07:00
commit ccfcbba28d
2 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,12 @@ Based on v1.8.8.6.
- Fix some archive features not being possible to disable; unchecking `404 Redirect`, `Archive Link`, and `Resurrect Quotes` is now sufficient to turn all archive features off.
- Allow `disabled` as an archive choice for every board.
### v1.8.8.7
*2014-08-10*
**ccd0**
- Fix oversight in escaping stuff when building HTML (believed harmless but better to be safe).
### v1.8.8.6
*2014-08-07*

View File

@ -147,7 +147,7 @@ Build =
postLink = Build.postURL boardID, threadID, postID
quoteLink = if Build.sameThread boardID, threadID
"javascript:quote('#{postID}');"
"javascript:quote('#{+postID}');"
else
"/#{boardID}/thread/#{threadID}\#q#{postID}"