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

Issue in index.h ? #603

Open
dl6jan opened this issue Jan 21, 2025 · 1 comment
Open

Issue in index.h ? #603

dl6jan opened this issue Jan 21, 2025 · 1 comment

Comments

@dl6jan
Copy link

dl6jan commented Jan 21, 2025

Hello Wolle,

I noticed that the file "index.h" has twice the same line in functions "showTab3" und "ShowTab9"

Image

Image

When having chosen "settings" --> "BT-Emitter" in the web interface menue and go back to "Player" (third button)
the "BT-Emitter" page is still displayed below the "player" page.

I think .... in showTab3() the line

document.getElementById('tab-content8').style.display = 'none'

should read

document.getElementById('tab-content9').style.display = 'none'

Christian

schreibfaul1 added a commit that referenced this issue Jan 22, 2025
@schreibfaul1
Copy link
Owner

Hi Christian,
of course, I made that mistake when copying and didn't realise it. Thank you!

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

2 participants