change and remove comments
This commit is contained in:
parent
1ebc4ed714
commit
095bc6dd42
4
main.js
4
main.js
|
@ -569,7 +569,6 @@ function shownotelinks()
|
|||
edges: edges
|
||||
};
|
||||
|
||||
// todo: use theme colors
|
||||
var options =
|
||||
{
|
||||
nodes:
|
||||
|
@ -1205,7 +1204,6 @@ function loadsettings()
|
|||
|
||||
function checksaved()
|
||||
{
|
||||
// todo
|
||||
/*if (!saved)
|
||||
{
|
||||
return "not saved";
|
||||
|
@ -2086,7 +2084,7 @@ function rawline2html(line, index, options)
|
|||
}
|
||||
}
|
||||
|
||||
// todo.txt
|
||||
// todotxt
|
||||
if (currentistodo())
|
||||
{
|
||||
if (line.startsWith("x "))
|
||||
|
|
Loading…
Reference in New Issue