Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the header is false, this line gives undefined #884

Open
mmalbergier opened this issue Feb 27, 2023 · 1 comment
Open

If the header is false, this line gives undefined #884

mmalbergier opened this issue Feb 27, 2023 · 1 comment

Comments

@mmalbergier
Copy link

var headerHeight = $header.outerHeight(true);

If header is set to false, the headerHeight has undefined, and then the maxHeight has undefined

@mmalbergier
Copy link
Author

This line fixes the issue:
if (typeof(headerHeight) !== 'number') { headerHeight = 0; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant