diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-17 11:24:04 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-17 11:24:04 -0800 |
commit | 464885e5bcc3b48ced0812b8f1dc388465237d57 (patch) | |
tree | d988a2e273101057892371470febcef43bade5ed /views | |
parent | b2e6e2c92d0fda2966e424e29038e7e6f0e42823 (diff) |
Adding Node version specification, fixup typos
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); }) |