mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix sonarqube issues
This commit is contained in:
parent
be9f964c18
commit
a3949c1889
30 changed files with 58 additions and 59 deletions
|
@ -10,10 +10,10 @@ function render() {
|
|||
}
|
||||
|
||||
class appFooter {
|
||||
constructor(options) {
|
||||
constructor() {
|
||||
const self = this;
|
||||
|
||||
self.element = render(options);
|
||||
self.element = render();
|
||||
self.add = function (elem) {
|
||||
self.element.appendChild(elem);
|
||||
};
|
||||
|
@ -33,4 +33,4 @@ class appFooter {
|
|||
}
|
||||
}
|
||||
|
||||
export default new appFooter({});
|
||||
export default new appFooter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue