make the header work on all pages
This commit is contained in:
@ -62,4 +62,8 @@ $.fn.header = function() {
|
||||
this.data('header', new Header(this));
|
||||
}
|
||||
return this.data('header');
|
||||
};
|
||||
};
|
||||
|
||||
$(function(){
|
||||
$('#webrx-top-container').header();
|
||||
});
|
||||
|
Reference in New Issue
Block a user