X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/75c98902b1f1be9a4cd1429886c3089c568e532b..d9facf79b38425c483eda7f4a6fa6c6ccd0a9655:/index.php?ds=sidebyside
diff --git a/index.php b/index.php
index cd0eed8..11205a4 100644
--- a/index.php
+++ b/index.php
@@ -98,25 +98,35 @@ else {
-
-
+
+
+
@@ -262,5 +272,10 @@ else {
document.getElementById('max_file_size').innerHTML = '';
+
+ addCopyListener('upload_link_button', 'upload_link');
+ addCopyListener('preview_link_button', 'preview_link');
+ addCopyListener('direct_link_button', 'direct_link');
+ addCopyListener('delete_link_button', 'delete_link');