mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Make Client visible note optional in sharing
This commit is contained in:
@@ -24,7 +24,7 @@ function generateShareLink() {
|
|||||||
let contact_email = document.getElementById("share_email").value;
|
let contact_email = document.getElementById("share_email").value;
|
||||||
|
|
||||||
// Check values are provided
|
// 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....
|
// Send a GET request to ajax.php as ajax.php?share_generate_link=true....
|
||||||
jQuery.get(
|
jQuery.get(
|
||||||
"ajax.php",
|
"ajax.php",
|
||||||
|
|||||||
Reference in New Issue
Block a user