Ticket #48110: 48110-fix-jshint-error.diff
File 48110-fix-jshint-error.diff, 579 bytes (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/js/index.js
190 190 htmlStyle.setProperty( styleKey, styles[ styleKey ] ); 191 191 } ); 192 192 193 _win.twentytwenty.scrolled = parseInt( styles.top );193 _win.twentytwenty.scrolled = parseInt( styles.top, 10 ); 194 194 195 195 if ( adminBar ) { 196 196 _doc.body.style.setProperty( 'padding-top', paddingTop );