mirror of https://github.com/itflow-org/itflow
Make Client visible note optional in sharing
This commit is contained in:
parent
7c1cb0f617
commit
e31a0269b3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue