You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the file "index.h" has twice the same line in functions "showTab3" und "ShowTab9"
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.
Hello Wolle,
I noticed that the file "index.h" has twice the same line in functions "showTab3" und "ShowTab9"
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
The text was updated successfully, but these errors were encountered: