Make simple form validation and ajax-add new categories compatible with jQuery 1.3.1

git-svn-id: https://develop.svn.wordpress.org/trunk@10457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-01-29 07:00:00 +00:00
parent 26d8cb2a7e
commit d7acc77238
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jQuery(document).ready( function($) {
$('#category-add-toggle').click( function() {
$(this).parents('div:first').toggleClass( 'wp-hidden-children' );
categoryTabs.tabsClick( 1 );
categoryTabs.find('a[href="#categories-all"]').click();
return false;
} );