diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a523dffd0..13717a6f8 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -12790,11 +12790,11 @@ if (this.hash && view === 'thread') { path += this.hash; } + Navigate.makeBreadCrumb(this.href, view, boardID, threadID); if (this.id !== 'popState') { history.pushState(null, '', path); } Navigate.path = this.pathname; - Navigate.makeBreadCrumb(this.href, view, boardID, threadID); _ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort; if (indexMode && Conf['Index Mode'] !== indexMode) { $.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode); diff --git a/builds/crx/script.js b/builds/crx/script.js index 328af1826..0c7aa8f5f 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -12804,11 +12804,11 @@ if (this.hash && view === 'thread') { path += this.hash; } + Navigate.makeBreadCrumb(this.href, view, boardID, threadID); if (this.id !== 'popState') { history.pushState(null, '', path); } Navigate.path = this.pathname; - Navigate.makeBreadCrumb(this.href, view, boardID, threadID); _ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort; if (indexMode && Conf['Index Mode'] !== indexMode) { $.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode);