Merge branch '1.9.1.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-09-07 10:08:52 -07:00
commit 71976c2e7d
2 changed files with 9 additions and 1 deletions

View File

@ -7,12 +7,20 @@
### v1.9.2.0
*2014-09-06*
Based on v1.9.1.8.
**Zixaphir**
- Implement WebM thumbnail replacement / preloading.
**ccd0**
- Pause offscreen WebM thumbnails, fix some bugs.
### v1.9.1.9
*2014-09-07*
**ccd0**
- Fix bug causing missing pages from index search.
### v1.9.1.8
*2014-09-06*

View File

@ -178,7 +178,7 @@ Index =
getPagesNum: ->
if Index.isSearching
Math.ceil (Index.sortedNodes.length / 2) / Index.threadsNumPerPage
Math.ceil Index.sortedNodes.length / Index.threadsNumPerPage
else
Index.pagesNum
getMaxPageNum: ->