[refs #90] hide create pull button after change project or refs

This commit is contained in:
Alexander Machehin 2012-07-10 22:07:51 +06:00
parent 4663babac6
commit 77a67975b1
1 changed files with 1 additions and 0 deletions

View File

@ -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');
});
});