aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-07-09 15:54:59 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-09 15:54:59 +0200
commitdf45126a1475ea2051a8285d89f3693c0bc61cd3 (patch)
tree6a4a3778f42614b089e50a92bf293733eb4f0a74 /app
parent2f62f3abfe8c8187a8bc90294ed7c3be9bc71525 (diff)
downloadwallabag-df45126a1475ea2051a8285d89f3693c0bc61cd3.tar.gz
wallabag-df45126a1475ea2051a8285d89f3693c0bc61cd3.tar.zst
wallabag-df45126a1475ea2051a8285d89f3693c0bc61cd3.zip
Update translations
Remove log
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/_global/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js
index 66ac063b..315fc0ad 100644
--- a/app/Resources/static/themes/_global/index.js
+++ b/app/Resources/static/themes/_global/index.js
@@ -113,8 +113,6 @@ $(document).ready(() => {
113 // handle copy to clipboard for developer stuff 113 // handle copy to clipboard for developer stuff
114 const clipboard = new ClipboardJS('.btn'); 114 const clipboard = new ClipboardJS('.btn');
115 clipboard.on('success', (e) => { 115 clipboard.on('success', (e) => {
116 console.info(e.text);
117
118 e.clearSelection(); 116 e.clearSelection();
119 }); 117 });
120}); 118});