mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
2aad78b7d8
commit
e20a6135e4
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user