Fix close button plugin modal after [18590]

See #18590.



git-svn-id: https://develop.svn.wordpress.org/trunk@35198 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ella Iseulde Van Dorpe 2015-10-15 14:51:01 +00:00
parent 43d18b25b0
commit 604fb7511c
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jQuery( document ).ready( function( $ ) {
$( '.plugin-card, .plugins .plugin-version-author-uri' ).on( 'click', 'a.thickbox', function( e ) {
e.preventDefault();
e.stopPropagation();
tb_click.call(this);
$('#TB_title').css({'background-color':'#23282d','color':'#cfcfcf'});