Spaces:
Sleeping
Sleeping
Update up_fa.html
Browse files- up_fa.html +2 -2
up_fa.html
CHANGED
|
@@ -80,7 +80,7 @@
|
|
| 80 |
<div id="progressBarContainer">
|
| 81 |
<div id="progressBar">0%</div>
|
| 82 |
</div>
|
| 83 |
-
<div id="imageUrl" onclick="copyToClipboard(this)">Кликните после загрузки,
|
| 84 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
| 85 |
<input type="file" name="file">
|
| 86 |
<button type="submit">Загрузить</button>
|
|
@@ -143,7 +143,7 @@
|
|
| 143 |
document.execCommand("copy");
|
| 144 |
document.body.removeChild(tempInput);
|
| 145 |
Toastify({
|
| 146 |
-
text: "
|
| 147 |
duration: 3000,
|
| 148 |
gravity: "top",
|
| 149 |
position: "center",
|
|
|
|
| 80 |
<div id="progressBarContainer">
|
| 81 |
<div id="progressBar">0%</div>
|
| 82 |
</div>
|
| 83 |
+
<div id="imageUrl" onclick="copyToClipboard(this)">Кликните после загрузки, для получения ссылка на сохранённый файл.</div>
|
| 84 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
| 85 |
<input type="file" name="file">
|
| 86 |
<button type="submit">Загрузить</button>
|
|
|
|
| 143 |
document.execCommand("copy");
|
| 144 |
document.body.removeChild(tempInput);
|
| 145 |
Toastify({
|
| 146 |
+
text: "Ссылка на загруженный файл",
|
| 147 |
duration: 3000,
|
| 148 |
gravity: "top",
|
| 149 |
position: "center",
|