This is appeared during branch name is just number
This commit is contained in:
GyuYong Jung 2017-04-24 12:40:36 +09:00 committed by Buu Nguyen
parent 8833647745
commit c5cfdb4e52
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class TreeView {
'<a data-pjax href="/' + repo.username + '/' + repo.reponame + '">' + repo.reponame +'</a>' +
'</div>' +
'<div class="octotree_header_branch">' +
this._deXss(repo.branch) +
this._deXss(repo.branch.toString()) +
'</div>'
)
.on('click', 'a[data-pjax]', function (event) {