This commit is contained in:
Zixaphir 2014-03-08 16:36:28 -07:00
parent 1729350b26
commit a380e85d8d
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);