remotes/1693045480750635534/spooky-22
Aevann1 2021-12-04 03:48:09 +02:00
parent a3b1a73f4b
commit 857f645e83
1 changed files with 7 additions and 5 deletions

View File

@ -243,11 +243,13 @@
<script>
function formkey() {return '{{v.formkey}}';}
window.addEventListener("load",function(event) {
var clipboard = new ClipboardJS('.copy-link');
clipboard.on('success', function(e) {
var myToast = new bootstrap.Toast(document.getElementById('toast-success'));
myToast.show();
});
});
function emailVerifyText() {
document.getElementById("email-verify-text").innerHTML = "Verification email sent! Please check your inbox.";