remove title

This commit is contained in:
j 2023-05-15 21:01:31 +01:00
parent 02309f4b3f
commit fa21a06856

View file

@ -457,7 +457,8 @@ function renderSingleMode(config) {
var title = document.createElement('div')
title.classList.add('title')
title.innerText = layer.charAt(0).toUpperCase() + layer.slice(1);
text_layer.appendChild(title)
//text_layer.appendChild(title)
config.annotations.forEach(clip => {
var values = []
clip.annotations.forEach(a => {