mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Bundled Themes: Fix JSHint error in [46445]
Props ianbelanger. See #48110. git-svn-id: https://develop.svn.wordpress.org/trunk@46447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -190,7 +190,7 @@ twentytwenty.coverModals = {
|
||||
htmlStyle.setProperty( styleKey, styles[ styleKey ] );
|
||||
} );
|
||||
|
||||
_win.twentytwenty.scrolled = parseInt( styles.top );
|
||||
_win.twentytwenty.scrolled = parseInt( styles.top, 10 );
|
||||
|
||||
if ( adminBar ) {
|
||||
_doc.body.style.setProperty( 'padding-top', paddingTop );
|
||||
|
||||
Reference in New Issue
Block a user