Skip to content

Commit

Permalink
[webui] fix add repo test
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo authored and adrianschroeter committed Feb 14, 2013
1 parent 3db6789 commit 1890ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/assets/javascripts/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function repositories_setup_autocomplete()
autocomplete_repositories($('#target_project').attr('value'));
});

$('#target_repo').change(function() {
$('#target_repo').select(function() {
$('#repo_name').attr('value', $("#target_project").attr('value').replace(/:/g,'_') + '_' + $(this).val());
});
}
Expand Down

0 comments on commit 1890ec9

Please sign in to comment.