[refs #90] hide create pull button after change project or refs
This commit is contained in:
parent
4663babac6
commit
77a67975b1
|
@ -36,6 +36,7 @@ $(document).ready(function() {
|
|||
var tmp = $('#update_action').val();
|
||||
$('#new_pull_request').attr('action', $('#update_action').val());
|
||||
$('#update_pull').fadeIn('fast');
|
||||
$('#create_pull').fadeOut('fast');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue