diff --git a/www/todo/main.js b/www/todo/main.js index cfcf81937..7d3f6a09c 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -34,6 +34,7 @@ define([ }); $els.fadeOut(null, function () { $els.remove(); + $('.tippy-popper').remove(); }); //APP.display(); }; @@ -91,7 +92,8 @@ define([ .text(new Date(entry.ctime).toLocaleString()) .appendTo($taskDiv);*/ $('