Skip to content
Snippets Groups Projects
Commit 52c61024 authored by Phil Hughes's avatar Phil Hughes
Browse files

Destroy branch delete tooltip when row is removed

Closes #19528
parent 12e9df32
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -153,7 +153,9 @@
});
});
$('.remove-row').bind('ajax:success', function() {
return $(this).closest('li').fadeOut();
$(this).tooltip('destroy')
.closest('li')
.fadeOut();
});
$('.js-remove-tr').bind('ajax:before', function() {
return $(this).hide();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment