edit: bug fix z-index + video pannel + minor other bugs

This commit is contained in:
2026-04-21 01:56:41 +02:00
parent 72a96a7d6c
commit 5507942029
6 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ function titleAndContent(str){
for(let line of contentData){
if(line.includes('http')||line.includes('@')){
let linkData = line.split("# ");
console.log(linkData[1]);
//console.log(linkData[1]);
let linkNoFormat;
let url = "";
if (linkData[1].includes('http')){
@@ -31,7 +31,7 @@ function titleAndContent(str){
} else if (linkData[1].includes('@')){
url = 'mailto:' + linkData[1];
}
console.log("url info", url)
//console.log("url info", url)
src.push({
caption: linkData[0],
url: url