diff --git a/CHANGELOG.md b/CHANGELOG.md index caa05feb8..5ad76c42a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Based on v1.9.19.10. - Improved performance on long threads. +### v1.9.19.11 +*2015-01-12* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.11/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.11/builds/4chan-X-noupdate.crx "Chromium version")] + +**ccd0** +- Fix missing favicon. + ### v1.9.19.10 *2015-01-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.19.10/builds/4chan-X-noupdate.crx "Chromium version")] diff --git a/src/Monitoring/Favicon.coffee b/src/Monitoring/Favicon.coffee index 28db26bc1..efcb055c1 100755 --- a/src/Monitoring/Favicon.coffee +++ b/src/Monitoring/Favicon.coffee @@ -67,7 +67,7 @@ Favicon = while items[i] items[i] = t + items[i++] - [f.unreadDead, funreadDeadY, f.unreadSFW, f.unreadSFWY, f.unreadNSFW, f.unreadNSFWY] = items + [f.unreadDead, f.unreadDeadY, f.unreadSFW, f.unreadSFWY, f.unreadNSFW, f.unreadNSFWY] = items f.update() update: ->