Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
81f024f
1
Parent(s):
0db1c35
Update online.html
Browse files- online.html +9 -3
online.html
CHANGED
@@ -314,10 +314,11 @@
|
|
314 |
|
315 |
</div>
|
316 |
|
317 |
-
|
318 |
<script>
|
319 |
-
|
320 |
-
xhr
|
|
|
321 |
xhr.send();
|
322 |
});
|
323 |
</script>
|
@@ -325,6 +326,11 @@
|
|
325 |
|
326 |
|
327 |
|
|
|
|
|
|
|
|
|
|
|
328 |
<script>
|
329 |
document.getElementById("st_onl").addEventListener("click", function() {
|
330 |
// Получаем основной URL без пути и параметров
|
|
|
314 |
|
315 |
</div>
|
316 |
|
317 |
+
|
318 |
<script>
|
319 |
+
document.getElementById("but_start").addEventListener("click", function() {
|
320 |
+
var xhr = new XMLHttpRequest();
|
321 |
+
xhr.open("GET", "/but_start", true);
|
322 |
xhr.send();
|
323 |
});
|
324 |
</script>
|
|
|
326 |
|
327 |
|
328 |
|
329 |
+
|
330 |
+
|
331 |
+
|
332 |
+
|
333 |
+
|
334 |
<script>
|
335 |
document.getElementById("st_onl").addEventListener("click", function() {
|
336 |
// Получаем основной URL без пути и параметров
|