Ticket #40862: 40862.patch
File 40862.patch, 541 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/widgets.js
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
67 67 */ 68 68 toggleBtn.attr( 'aria-expanded', 'true' ); 69 69 inside.slideDown( 'fast', function() { 70 if( widget.scrollIntoView ) { 71 widget.scrollIntoView(); 72 } 70 73 widget.addClass( 'open' ); 71 74 }); 72 75 } else {