Spaces:
Sleeping
Sleeping
Update online.html
Browse files- online.html +1 -1
online.html
CHANGED
|
@@ -58,7 +58,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
| 58 |
inputAttributes: { autocapitalize: "off" },
|
| 59 |
showCancelButton: false,
|
| 60 |
confirmButtonText: "Отправить",
|
| 61 |
-
confirmButtonColor: "#
|
| 62 |
allowOutsideClick: false
|
| 63 |
}).then((result) => {
|
| 64 |
if (result.isConfirmed && result.value) {
|
|
|
|
| 58 |
inputAttributes: { autocapitalize: "off" },
|
| 59 |
showCancelButton: false,
|
| 60 |
confirmButtonText: "Отправить",
|
| 61 |
+
confirmButtonColor: "#4CAF50",
|
| 62 |
allowOutsideClick: false
|
| 63 |
}).then((result) => {
|
| 64 |
if (result.isConfirmed && result.value) {
|