diff options
Diffstat (limited to 'views')
-rwxr-xr-x | views/event.handlebars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 0b49808..6f9dae1 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -455,7 +455,6 @@ }) new ClipboardJS('#copyAPLink'); $("#copyAPLink").click(function(){ - console.log('hhhhh') $(this).html('<i class="fas fa-copy"></i> Copied!'); setTimeout(function(){ $("#copyAPLink").html('<i class="fas fa-copy"></i> Copy');}, 5000); }) |