mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 01:39:04 +00:00
Fix showing/hiding theme details and move code from theme-preview.js to theme.js. see #20403.
git-svn-id: https://develop.svn.wordpress.org/trunk@20415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -53,11 +53,4 @@ jQuery(document).ready(function($) {
|
||||
|
||||
return false;
|
||||
} );
|
||||
|
||||
// Theme details
|
||||
$('#availablethemes').on('click', 'a.theme-detail', function (event) {
|
||||
$(this).siblings('.themedetaildiv').toggle();
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user