Changeset 30804
- Timestamp:
- 12/10/2014 01:30:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/js/functions.js
r30562 r30804 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' );
Note: See TracChangeset
for help on using the changeset viewer.