git-svn-id: http://svn.automattic.com/wordpress/trunk@18853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -266,7 +266,7 @@ $('.contextual-help-tabs').delegate('a', 'click focus', function(e) {
|
||||
panel.addClass('active').show();
|
||||
|
||||
// Adjust the height of the help columns
|
||||
columns = $('#contextual-help-wrap').children('.metabox-prefs').children();
|
||||
columns = $('#contextual-help-wrap').children();
|
||||
columns.height('auto');
|
||||
|
||||
height = Math.max.apply( null, $.map( columns, function( el ) { return $(el).height(); }) );
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user