Changeset 51257
- Timestamp:
- 06/29/2021 12:56:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/js/global.js
r50001 r51257 112 112 var sidebarPos, sidebarPosBottom; 113 113 114 if ( ! $body.hasClass( 'has-sidebar' ) || ( 114 if ( ! $body.hasClass( 'has-sidebar' ) || 115 typeof $sidebar === 'undefined' || 116 $sidebar.length < 1 || ( 115 117 $body.hasClass( 'search' ) || 116 118 $body.hasClass( 'single-attachment' ) ||
Note: See TracChangeset
for help on using the changeset viewer.