Update assets/js/activitypub-admin.js

Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
Matthias Pfefferle 2022-12-06 17:29:58 +01:00 committed by GitHub
parent 0c1ddde14b
commit 999ca96692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ jQuery( function( $ ) {
$(document).on( 'wp-plugin-install-success', function( event, response ) {
setTimeout( function() {
debugger;
$( '.activate-now' ).removeClass( 'thickbox open-plugin-details-modal' );
}, 1200 );
} );