X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/fd3aaad433fe7e041f85752a727bb14b8865dc31..d240b793e591628b46a2fab01643a44da1abdb2c:/index.php
diff --git a/index.php b/index.php
index 9a7b9ec..795c804 100644
--- a/index.php
+++ b/index.php
@@ -67,13 +67,13 @@ if (true === jirafeau_challenge_upload_ip($cfg['upload_ip'], get_ip_address($cfg
|
+
|
- |
@@ -98,32 +98,38 @@ else {
-
-
+
+
+
-
-
- :
-
+
-
+
@@ -236,7 +242,7 @@ else {
onclick="
document.getElementById('upload').style.display = 'none';
document.getElementById('uploading').style.display = '';
- upload ('', );
+ upload ();
"/>
@@ -266,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');
|