Build
This commit is contained in:
parent
1729350b26
commit
a380e85d8d
@ -12790,11 +12790,11 @@
|
|||||||
if (this.hash && view === 'thread') {
|
if (this.hash && view === 'thread') {
|
||||||
path += this.hash;
|
path += this.hash;
|
||||||
}
|
}
|
||||||
|
Navigate.makeBreadCrumb(this.href, view, boardID, threadID);
|
||||||
if (this.id !== 'popState') {
|
if (this.id !== 'popState') {
|
||||||
history.pushState(null, '', path);
|
history.pushState(null, '', path);
|
||||||
}
|
}
|
||||||
Navigate.path = this.pathname;
|
Navigate.path = this.pathname;
|
||||||
Navigate.makeBreadCrumb(this.href, view, boardID, threadID);
|
|
||||||
_ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort;
|
_ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort;
|
||||||
if (indexMode && Conf['Index Mode'] !== indexMode) {
|
if (indexMode && Conf['Index Mode'] !== indexMode) {
|
||||||
$.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode);
|
$.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode);
|
||||||
|
|||||||
@ -12804,11 +12804,11 @@
|
|||||||
if (this.hash && view === 'thread') {
|
if (this.hash && view === 'thread') {
|
||||||
path += this.hash;
|
path += this.hash;
|
||||||
}
|
}
|
||||||
|
Navigate.makeBreadCrumb(this.href, view, boardID, threadID);
|
||||||
if (this.id !== 'popState') {
|
if (this.id !== 'popState') {
|
||||||
history.pushState(null, '', path);
|
history.pushState(null, '', path);
|
||||||
}
|
}
|
||||||
Navigate.path = this.pathname;
|
Navigate.path = this.pathname;
|
||||||
Navigate.makeBreadCrumb(this.href, view, boardID, threadID);
|
|
||||||
_ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort;
|
_ref1 = this.dataset, indexMode = _ref1.indexMode, indexSort = _ref1.indexSort;
|
||||||
if (indexMode && Conf['Index Mode'] !== indexMode) {
|
if (indexMode && Conf['Index Mode'] !== indexMode) {
|
||||||
$.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode);
|
$.set('Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user