From 8549b47e04a1461520d698bd87cbd67f1236508b Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Mon, 14 Apr 2014 20:40:22 +0800 Subject: fix repo-new ui, fix top-nav search-bar ui --- public/js/app.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'public/js') diff --git a/public/js/app.js b/public/js/app.js index 059663e1..a5c79a39 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -559,7 +559,15 @@ function initRelease() { $('.release-write a[data-toggle]').on("click", function () { $('.release-preview-content').html("loading..."); }); - }()) + }()); + + // release new target selection + (function () { + $('#release-new-target-branch-list').on('click', 'a', function () { + $('#tag-target').val($(this).text()); + $('#release-new-target-name').text(" " + $(this).text()); + }); + }()); } (function ($) { -- cgit v1.2.3