mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Theme Customizer: Make theme installer no-js compatible. Fix JS click handler that caught clicks on the 'Activate' link. Relocate display_theme() to WP_Theme_Install_List_Table->single_row(). see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -22,7 +22,7 @@ jQuery( function($) {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
$('#availablethemes').on( 'click', '.available-theme', function( event ) {
|
||||
$('#availablethemes').on( 'click', '.installable-theme', function( event ) {
|
||||
var src;
|
||||
|
||||
info.html( $(this).find('.install-theme-info').html() );
|
||||
|
||||
Reference in New Issue
Block a user