Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update_branches.js.haml « merge_requests « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca21b3bc0deb365c4db2f3ecc72576c80cd5e4e4 (plain)
1
2
3
4
5
6
7
8
9
:plain
  $(".target_branch").html("#{escape_javascript(options_for_select(@target_branches))}");

  $('select.target_branch').select2({
    width: 'resolve',
    dropdownAutoWidth: true
  });

  $(".mr_target_commit").html("");