mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-08 07:55:36 +00:00
make the header work on all pages
This commit is contained in:
parent
4971bee67c
commit
2c1ec7df74
10 changed files with 11 additions and 20 deletions
|
|
@ -62,4 +62,8 @@ $.fn.header = function() {
|
|||
this.data('header', new Header(this));
|
||||
}
|
||||
return this.data('header');
|
||||
};
|
||||
};
|
||||
|
||||
$(function(){
|
||||
$('#webrx-top-container').header();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue