updated plugin GP Premium
version 2.1.1
This commit is contained in:
@ -21,7 +21,9 @@ document.addEventListener( 'DOMContentLoaded', function() {
|
||||
}
|
||||
} );
|
||||
|
||||
msnryContainer.parentNode.insertBefore( navBelow, msnryContainer.nextSibling );
|
||||
if ( navBelow ) {
|
||||
msnryContainer.parentNode.insertBefore( navBelow, msnryContainer.nextSibling );
|
||||
}
|
||||
|
||||
window.addEventListener( 'orientationchange', function() {
|
||||
msnry.layout();
|
||||
|
Reference in New Issue
Block a user