Update table.html
Browse files- table.html +1 -1
table.html
CHANGED
@@ -112,7 +112,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
112 |
inputAttributes: { autocapitalize: "off" },
|
113 |
showCancelButton: false,
|
114 |
confirmButtonText: "Отправить",
|
115 |
-
confirmButtonColor: "#
|
116 |
allowOutsideClick: false
|
117 |
}).then((result) => {
|
118 |
if (result.isConfirmed && result.value) {
|
|
|
112 |
inputAttributes: { autocapitalize: "off" },
|
113 |
showCancelButton: false,
|
114 |
confirmButtonText: "Отправить",
|
115 |
+
confirmButtonColor: "#4CAF50",
|
116 |
allowOutsideClick: false
|
117 |
}).then((result) => {
|
118 |
if (result.isConfirmed && result.value) {
|