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
|
edges: edges
|
||||||
};
|
};
|
||||||
|
|
||||||
// todo: use theme colors
|
|
||||||
var options =
|
var options =
|
||||||
{
|
{
|
||||||
nodes:
|
nodes:
|
||||||
|
@ -1205,7 +1204,6 @@ function loadsettings()
|
||||||
|
|
||||||
function checksaved()
|
function checksaved()
|
||||||
{
|
{
|
||||||
// todo
|
|
||||||
/*if (!saved)
|
/*if (!saved)
|
||||||
{
|
{
|
||||||
return "not saved";
|
return "not saved";
|
||||||
|
@ -2086,7 +2084,7 @@ function rawline2html(line, index, options)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo.txt
|
// todotxt
|
||||||
if (currentistodo())
|
if (currentistodo())
|
||||||
{
|
{
|
||||||
if (line.startsWith("x "))
|
if (line.startsWith("x "))
|
||||||
|
|
Loading…
Reference in New Issue