remove title
This commit is contained in:
parent
02309f4b3f
commit
fa21a06856
1 changed files with 2 additions and 1 deletions
|
@ -457,7 +457,8 @@ function renderSingleMode(config) {
|
||||||
var title = document.createElement('div')
|
var title = document.createElement('div')
|
||||||
title.classList.add('title')
|
title.classList.add('title')
|
||||||
title.innerText = layer.charAt(0).toUpperCase() + layer.slice(1);
|
title.innerText = layer.charAt(0).toUpperCase() + layer.slice(1);
|
||||||
text_layer.appendChild(title)
|
//text_layer.appendChild(title)
|
||||||
|
|
||||||
config.annotations.forEach(clip => {
|
config.annotations.forEach(clip => {
|
||||||
var values = []
|
var values = []
|
||||||
clip.annotations.forEach(a => {
|
clip.annotations.forEach(a => {
|
||||||
|
|
Loading…
Reference in a new issue