Merge pull request #7194 from splashingpixels/tiptip
remove runtiptip when deleting gallery images closes #7192
This commit is contained in:
commit
72f30625f6
|
@ -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
Loading…
Reference in New Issue