We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1820be6 commit 0766362Copy full SHA for 0766362
2 files changed
changelogs/CHANGELOG-email-url.md
@@ -0,0 +1,2 @@
1
+# Update Email Script URL
2
+- Updated EMAIL_SCRIPT_URL to new Apps Script deployment
js/cloud-share.js
@@ -846,7 +846,7 @@
846
});
847
848
// --- Email to Self ---
849
- var EMAIL_SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbzpcI39pMZ5pOqjblsq-uFBxCZZ8ODfStnnVzrTRf4FAUUrJDnHJVR9winiF7zVmBDNCw/exec';
+ var EMAIL_SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbxXi8chA2zot_-MajrJ7-j2mW6ESLqjiI5AlebxgjWopl-ENFFNdVETvRbvI0TvP3dtZQ/exec';
850
var emailInput = document.getElementById('share-email-input');
851
var emailSubjectInput = document.getElementById('share-email-subject');
852
var emailSendBtn = document.getElementById('share-email-send');
0 commit comments