Skip to content
Snippets Groups Projects
Commit a1ffc673 authored by Saito's avatar Saito
Browse files

Merge pull request #2096 from panxiaoming/master

can't open a chinese file name doc
parents cf8b3692 e2b73513
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment