Yes, lets use a dynamic href(=../) for a race-condition.
Thanks, I love generating bad URLs.
This commit is contained in:
parent
c3a71e0ba3
commit
1729350b26
@ -185,11 +185,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