diff --git a/src/wp-content/themes/twentyseventeen/assets/js/global.js b/src/wp-content/themes/twentyseventeen/assets/js/global.js
a
|
b
|
|
111 | 111 | function belowEntryMetaClass( param ) { |
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' ) || |
117 | 119 | $body.hasClass( 'error404' ) || |