Make Client visible note optional in sharing

This commit is contained in:
johnnyq 2023-08-22 10:15:01 -04:00
parent 7c1cb0f617
commit e31a0269b3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function generateShareLink() {
let contact_email = document.getElementById("share_email").value;
// Check values are provided
if (item_views && item_expires && item_note) {
if (item_views && item_expires) {
// Send a GET request to ajax.php as ajax.php?share_generate_link=true....
jQuery.get(
"ajax.php",