Update assets/js/activitypub-admin.js
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
parent
6e38657113
commit
62c99c87a3
1 changed files with 7 additions and 0 deletions
|
@ -11,4 +11,11 @@ jQuery( function( $ ) {
|
|||
$( '#' + $( this ).attr( 'aria-controls' ) ).attr( 'hidden', false );
|
||||
}
|
||||
} );
|
||||
|
||||
$(document).on( 'wp-plugin-install-success', function( event, response ) {
|
||||
setTimeout( function() {
|
||||
debugger;
|
||||
$( '.activate-now' ).removeClass( 'thickbox open-plugin-details-modal' );
|
||||
}, 1200 );
|
||||
} );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue