Merge pull request #2096 from panxiaoming/master
can't open a chinese file name doc
This commit is contained in:
commit
a1ffc673b9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $ ->
|
|||
return false
|
||||
|
||||
$('#tree-slider .tree-item-file-name a, .breadcrumb li > a').live 'click', (e) ->
|
||||
History.pushState(null, null, $(@).attr('href'))
|
||||
History.pushState(null, null, decodeURIComponent($(@).attr('href')))
|
||||
return false
|
||||
|
||||
History.Adapter.bind window, 'statechange', ->
|
||||
|
|
Loading…
Reference in a new issue