diff --git a/index.html b/index.html index 97df968..b983f77 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
-
+
@@ -145,11 +145,11 @@ this.task_list = task_list; } as_html = function() { - var result = "
"; return result; } rebulid_html = function() { @@ -168,7 +168,7 @@ } as_html = function() { - return `
  • ${this.name}
  • `; + return '
  • ' + `

    ${this.name}

    Scheduled ${this.time_scheduled}h of ${this.time_needed_h}h

    ` + '
  • '; } set_parent = function(parent) {