From 0a9be739f992db2018a1b6a32132df73546b8364 Mon Sep 17 00:00:00 2001 From: Preovaleo Date: Tue, 22 Mar 2016 18:49:25 +0100 Subject: [PATCH] remove the unused e parameter --- js/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/share.js b/js/share.js index 7ca4b9d..6ad3369 100644 --- a/js/share.js +++ b/js/share.js @@ -42,7 +42,7 @@ function init_clipboard() { } }); - clipboard.on('success', function (e) { + clipboard.on('success', function () { $('#copylink').select(); html_pulse('#copybox h2, #copybox h3', 'Copied!'); }); -- 2.42.0