10 lines
228 B
Text
10 lines
228 B
Text
|
:plain
|
||
|
$(".target_branch").html("#{escape_javascript(options_for_select(@target_branches))}");
|
||
|
|
||
|
$('select.target_branch').select2({
|
||
|
width: 'resolve',
|
||
|
dropdownAutoWidth: true
|
||
|
});
|
||
|
|
||
|
$(".mr_target_commit").html("");
|