removed: line number for section in outline
This commit is contained in:
parent
a4ca26115c
commit
89cb8937a9
4
main.js
4
main.js
|
@ -767,9 +767,9 @@ function showoutline()
|
||||||
return i > index && current != "";
|
return i > index && current != "";
|
||||||
}))
|
}))
|
||||||
{
|
{
|
||||||
var nbcar = 40;
|
var nbcar = 80;
|
||||||
next = next.length < nbcar ? next : next.substring(0, nbcar) + "...";
|
next = next.length < nbcar ? next : next.substring(0, nbcar) + "...";
|
||||||
outline["section line " + index + ": " + next] = pos;
|
outline[next] = pos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue