Update jot-header.tpl

This commit is contained in:
Ray 2023-02-26 09:13:41 -05:00
parent c342d91356
commit fd52226be0

View file

@ -815,7 +815,7 @@ if (results[i].is_dir === "1" && results[(i-1)].is_dir === "1") {
} // end new loop
// close the last ul
content += `</ul>`
content += `</ul><button></button>`
$('#embedFileDirModalBody').html( content);
} else {