Merge branch 'v3'

This commit is contained in:
Zixaphir 2014-03-08 16:36:02 -07:00
commit c5d0544316

View File

@ -178,11 +178,11 @@ Navigate =
path = @pathname
path += @hash if @hash and view is 'thread'
Navigate.makeBreadCrumb @href, view, boardID, threadID
history.pushState null, '', path unless @id is 'popState'
Navigate.path = @pathname
Navigate.makeBreadCrumb @href, view, boardID, threadID
{indexMode, indexSort} = @dataset
if indexMode and Conf['Index Mode'] isnt indexMode
$.set 'Index Mode', Conf['Index Mode'] = Index.selectMode.value = indexMode