make the header work on all pages

This commit is contained in:
Jakob Ketterl
2020-05-10 16:23:05 +02:00
parent 4971bee67c
commit 2c1ec7df74
10 changed files with 11 additions and 20 deletions

View File

@ -1328,7 +1328,6 @@ function openwebrx_init() {
$('.webrx-mouse-freq').frequencyDisplay();
$('#openwebrx-panel-receiver').demodulatorPanel();
window.addEventListener("resize", openwebrx_resize);
$('#webrx-top-container').header();
bookmarks = new BookmarkBar();
initSliders();
}