Update plot_week.html
Browse files- plot_week.html +1 -1
plot_week.html
CHANGED
@@ -127,7 +127,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
127 |
inputAttributes: { autocapitalize: "off" },
|
128 |
showCancelButton: false,
|
129 |
confirmButtonText: "Отправить",
|
130 |
-
confirmButtonColor: "#
|
131 |
allowOutsideClick: false
|
132 |
}).then((result) => {
|
133 |
if (result.isConfirmed && result.value) {
|
|
|
127 |
inputAttributes: { autocapitalize: "off" },
|
128 |
showCancelButton: false,
|
129 |
confirmButtonText: "Отправить",
|
130 |
+
confirmButtonColor: "#4CAF50",
|
131 |
allowOutsideClick: false
|
132 |
}).then((result) => {
|
133 |
if (result.isConfirmed && result.value) {
|