diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 5527129b0..119db1279 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -16402,11 +16402,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 359428d74..c488a9184 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -16422,11 +16422,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);