Merge branch 'v3'
This commit is contained in:
commit
c5d0544316
@ -178,11 +178,11 @@ Navigate =
|
|||||||
path = @pathname
|
path = @pathname
|
||||||
path += @hash if @hash and view is 'thread'
|
path += @hash if @hash and view is 'thread'
|
||||||
|
|
||||||
|
Navigate.makeBreadCrumb @href, view, boardID, threadID
|
||||||
|
|
||||||
history.pushState null, '', path unless @id is 'popState'
|
history.pushState null, '', path unless @id is 'popState'
|
||||||
Navigate.path = @pathname
|
Navigate.path = @pathname
|
||||||
|
|
||||||
Navigate.makeBreadCrumb @href, view, boardID, threadID
|
|
||||||
|
|
||||||
{indexMode, indexSort} = @dataset
|
{indexMode, indexSort} = @dataset
|
||||||
if indexMode and Conf['Index Mode'] isnt indexMode
|
if indexMode and Conf['Index Mode'] isnt 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