add milestone changed traker on issue view (#804)
This commit is contained in:
parent
10644d6dd7
commit
081485ecfd
10 changed files with 134 additions and 40 deletions
|
@ -168,6 +168,12 @@ function initCommentForm() {
|
|||
var $list = $('.ui' + select_id + '.list');
|
||||
var hasUpdateAction = $menu.data('action') == 'update';
|
||||
|
||||
$(select_id).dropdown('setting', 'onHide', function(){
|
||||
if (hasUpdateAction) {
|
||||
location.reload();
|
||||
}
|
||||
});
|
||||
|
||||
$menu.find('.item:not(.no-select)').click(function () {
|
||||
$(this).parent().find('.item').each(function () {
|
||||
$(this).removeClass('selected active')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue