diff --git a/app/assets/javascripts/project.js b/app/assets/javascripts/project.js index b370e6bb9f8..61c33dc1f20 100644 --- a/app/assets/javascripts/project.js +++ b/app/assets/javascripts/project.js @@ -78,7 +78,7 @@ if (ref.header != null) { return $('
').addClass('dropdown-header').text(ref.header); } else { - link = $('').attr('href', '#').addClass(ref === selected ? 'is-active' : '').text(ref).attr('data-ref', escape(ref)); + link = $('').attr('href', '#').addClass(ref === selected ? 'is-active' : '').text(ref).attr('data-ref', ref); return $('').append(link); } },