Merge pull request #7194 from splashingpixels/tiptip

remove runtiptip when deleting gallery images closes #7192
This commit is contained in:
Claudio Sanches 2015-01-23 13:58:15 -02:00
commit 72f30625f6
2 changed files with 4 additions and 2 deletions

View File

@ -623,7 +623,9 @@ jQuery( function( $ ){
$image_gallery_ids.val( attachment_ids );
runTipTip();
// remove any lingering tooltips
$( '#tiptip_holder' ).removeAttr( 'style' );
$( '#tiptip_arrow' ).removeAttr( 'style' );
return false;
});

File diff suppressed because one or more lines are too long