diff --git a/js/trweb.js b/js/trweb.js index 4fa0fdc..3b589be 100644 --- a/js/trweb.js +++ b/js/trweb.js @@ -14,9 +14,9 @@ class trweb { #container; - #guiHeader + #guiHeader; #torrentListView; - #guiFooter + #guiFooter; constructor (container, loadcb, savecb, logger) { this.#container = container;