aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes')
-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});