We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959caa7 commit 0209292Copy full SHA for 0209292
1 file changed
app/views/repositories/git_instructions.html.erb
@@ -67,7 +67,7 @@
67
<% content_for :header_tags do %>
68
<%= javascript_tag do %>
69
$(document).ready(function() {
70
- var key = $('.git_url_list li').first().attr('id');
+ var key = $('#git_url_list li').first().attr('id');
71
var access = access_list[key];
72
73
$('.git_url_access').html(access.url);
0 commit comments