mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove bullets on TOC items
This commit is contained in:
parent
7cbf44b419
commit
08175391ab
@ -638,7 +638,7 @@ define([
|
||||
obj.el.scrollIntoView();
|
||||
});
|
||||
a.innerHTML = obj.title;
|
||||
content.push(h('p.cp-pad-toc-'+level, ['• ', a]));
|
||||
content.push(h('p.cp-pad-toc-'+level, a));
|
||||
});
|
||||
$toc.html('').append(content);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user