We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can see it on any page of MNE-Python docs, e.g. https://mne.tools/dev/
Uncaught TypeError: document.getElementById(...) is null <anonymous> bootstrap.js:30
The error links to webpack://pydata_sphinx_theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js line 30, AKA here:
webpack://pydata_sphinx_theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js
pydata-sphinx-theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js
Lines 30 to 31 in c91e2f2
function needs an if(btn) guard before assigning listener
if(btn)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You can see it on any page of MNE-Python docs, e.g. https://mne.tools/dev/
The error links to
webpack://pydata_sphinx_theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js
line 30, AKA here:pydata-sphinx-theme/src/pydata_sphinx_theme/assets/scripts/bootstrap.js
Lines 30 to 31 in c91e2f2
function needs an
if(btn)
guard before assigning listenerThe text was updated successfully, but these errors were encountered: