diff --git a/CHANGELOG.md b/CHANGELOG.md index 571c9091d..396c26eab 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ The links to individual versions below are to copies of the script with the upda ### v1.10.7 +**v1.10.7.5** *(2015-04-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.7.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.7.5/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix 'Last Index Refresh' button refreshing twice when Refreshed Navigation is on. + **v1.10.7.4** *(2015-04-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.7.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.7.4/builds/4chan-X-noupdate.crx "Chromium version")] - (fgts) Add /toy/ to fgts.jp. diff --git a/src/General/Index.coffee b/src/General/Index.coffee index a3142955d..4acaefd01 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -263,8 +263,7 @@ Index = Index.userPageNav +a.pathname.split('/')[2] or 1 refreshFront: -> - Index.userPageNav 1 - Index.update() + Index.update Index.pushState {page: 1, scroll: true} scrollToIndex: -> Header.scrollToIfNeeded Index.navLinks