diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3a470c0..cda3cc8e3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 859d686de..8752adf87 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -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) ->