DmitrMakeev commited on
Commit
15b747c
1 Parent(s): 7f47b57

Update online.html

Browse files
Files changed (1) hide show
  1. online.html +0 -11
online.html CHANGED
@@ -352,17 +352,6 @@
352
  window.location.href = targetUrl;
353
  });
354
  </script>
355
- <script>
356
- document.getElementById("st_graf").addEventListener("click", function() {
357
- // Получаем основной URL без пути и параметров
358
- var baseUrl = window.location.origin;
359
- // Добавляем необходимый путь к основному URL
360
- var targetUrl = baseUrl + "/settings";
361
- // Переходим по сформированному URL
362
- window.location.href = targetUrl;
363
- });
364
- </script>
365
-
366
 
367
 
368
 
 
352
  window.location.href = targetUrl;
353
  });
354
  </script>
 
 
 
 
 
 
 
 
 
 
 
355
 
356
 
357