Merge pull request #2096 from panxiaoming/master

can't open a chinese file name doc
This commit is contained in:
Saito 2012-11-29 02:02:22 -08:00
commit a1ffc673b9

View file

@ -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', ->