1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 06:25:23 +02:00

document toc cleaner

This commit is contained in:
Harvey Kandola 2016-05-17 14:32:28 -07:00
parent f1316e3d93
commit 99dca0e1ad

View file

@ -21,10 +21,10 @@ export function documentTocEntry(params) {
html += "<span style='margin-left: " + indent + "px;'></span>";
if (currentPage === nodeId) {
html += "<span class='selected'><i class='material-icons toc-bullet'>remove</i></span>";
html += "<span class='selected'></span>";
html += "";
} else {
html += "<span class=''><i class='material-icons toc-bullet'>remove</i></span>";
html += "<span class=''></span>";
html += "";
}