Make WordPress Core

Ticket #30656: 30656.diff

File 30656.diff, 497 bytes (added by iamtakashi, 10 years ago)
  • src/wp-content/themes/twentyfifteen/js/functions.js

     
    5757                documentHeight = $document.height();
    5858                sidebarHeight = $sidebar.height();
    5959
    60                 if ( 955 >= windowWidth ) {
     60                if ( 955 > windowWidth ) {
    6161                        top = bottom = false;
    6262                        $sidebar.removeAttr( 'style' );
    6363                }