Update jot-header.tpl

can we get the alert?
This commit is contained in:
Ray 2023-02-24 12:04:29 -05:00
parent 9185287d69
commit 460518daf5

View file

@ -786,7 +786,8 @@ let postSaveTimer = null;
// we'll define it here and start the loop at 1
let content = `<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#embedDir-0" aria-expanded="false" aria-controls="#embedDir-0">${results[0].filename}</button>`;
alert(`Let's begin`);
alert(content);
return false;
for(let i=1; i<results.length; i++) {