Merge branch '1.9.0.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:
commit
7e7fdc0a3d
@ -28,6 +28,12 @@ Although not done using this workaround, 4chan X also requests HTTP content from
|
||||
- Start GIF/WebM files from the beginning when re-opened via inlining or hover view. Inlining a GIF/WebM that you are already watching via hover view does not restart it.
|
||||
- Fix a bug that sometimes caused the QR's captcha response line to be pushed offscreen when a captcha was loaded.
|
||||
|
||||
### v1.9.0.8
|
||||
*2014-09-03*
|
||||
|
||||
**ccd0**
|
||||
- Update thumbnail hosts (2.t.4cdn.org may be gone).
|
||||
|
||||
### v1.9.0.7
|
||||
*2014-09-01*
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Build =
|
||||
filename
|
||||
thumbRotate: do ->
|
||||
n = 0
|
||||
-> n = (n + 1) % 3
|
||||
-> n = (n + 1) % 2
|
||||
sameThread: (boardID, threadID) ->
|
||||
g.VIEW is 'thread' and g.BOARD.ID is boardID and g.THREADID is +threadID
|
||||
postURL: (boardID, threadID, postID) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user