mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 16:05:49 +01:00
Merge pull request #1765 from reap3r119/fix-proposals
Fix user proposals and update typeahead
This commit is contained in:
@@ -17,6 +17,12 @@ $(function(){
|
|||||||
function (data) {
|
function (data) {
|
||||||
return process(data.options);
|
return process(data.options);
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
displayText: function(item) {
|
||||||
|
return item.label;
|
||||||
|
},
|
||||||
|
afterSelect: function(item) {
|
||||||
|
$('#@id').val(item.value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user