changed: label in info
This commit is contained in:
parent
7b32b4e167
commit
0956b09a5b
2
main.js
2
main.js
|
@ -767,7 +767,7 @@ function showoutline()
|
||||||
{
|
{
|
||||||
var nbcar = 40;
|
var nbcar = 40;
|
||||||
next = next.length < nbcar ? next : next.substring(0, nbcar) + "...";
|
next = next.length < nbcar ? next : next.substring(0, nbcar) + "...";
|
||||||
outline["section L" + index + ": " + next] = pos;
|
outline["section line " + index + ": " + next] = pos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue