@@ -88,10 +88,6 @@ function getAndsetPageTitle(linkId, href) {
asyncfunctiongenerateTodoTxtObjects(fileContent){
try{
// create todo.txt objects
//if(fileContent !== undefined) items.objects = await TodoTxt.parse(fileContent, [ new SugarDueExtension(), new HiddenExtension(), new RecExtension(), new ThresholdExtension(), new PriExtension() ])
if(fileContent!==undefined){
items.objects=newArray;
...
...
@@ -101,7 +97,6 @@ async function generateTodoTxtObjects(fileContent) {