1
0
Fork 0
forked from forgejo/forgejo

upgrade new issue to SUI v2

This commit is contained in:
Unknwon 2015-08-10 01:04:23 +08:00
parent a79586cc54
commit 48f12d4ead
9 changed files with 25 additions and 18 deletions

View file

@ -104,11 +104,13 @@ function initRepository() {
// Pull request
if ($('.repository.compare.pull').length > 0) {
$('.choose.branch .dropdown').dropdown({
var $branch_dropdown = $('.choose.branch .dropdown')
$branch_dropdown.dropdown({
fullTextSearch: true,
onChange: function (text, value, $choice) {
window.location.href = $choice.data('url');
}
},
message: {noResults: $branch_dropdown.data('no-results')}
});
}
};