forked from vgaNAR6ta/drags-and-nerds
edit: bug fix z-index + video pannel + minor other bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user