added: section mark after events to check
This commit is contained in:
parent
9b13062e9f
commit
c8aae19ecf
2
main.js
2
main.js
|
@ -1320,7 +1320,7 @@ function checkevents()
|
||||||
}
|
}
|
||||||
todo.content = todo.content.substring(0, idx)
|
todo.content = todo.content.substring(0, idx)
|
||||||
+ newcontent.join("\n")
|
+ newcontent.join("\n")
|
||||||
+ "\n"
|
+ "\n---\n"
|
||||||
+ todo.content.substring(idx);
|
+ todo.content.substring(idx);
|
||||||
|
|
||||||
// reload todo if open
|
// reload todo if open
|
||||||
|
|
Loading…
Reference in New Issue