Ticket #30656: 30656.diff
File 30656.diff, 497 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/js/functions.js
57 57 documentHeight = $document.height(); 58 58 sidebarHeight = $sidebar.height(); 59 59 60 if ( 955 > =windowWidth ) {60 if ( 955 > windowWidth ) { 61 61 top = bottom = false; 62 62 $sidebar.removeAttr( 'style' ); 63 63 }