Remove tippy in TOC

pull/1/head
yflory 2020-01-30 17:12:17 +01:00
parent 5e463258eb
commit 2060223edb
1 changed files with 0 additions and 1 deletions
www/common

View File

@ -55,7 +55,6 @@ define([
var a = h('a.cp-md-toc-link', {
href: '#',
'data-href': obj.id,
title: obj.title
});
a.innerHTML = obj.title;
content.push(h('p.cp-md-toc-'+level, ['• ', a]));