From c20b02a545b590266e7f7f97e6ff694e75116930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?murat=20emir=20cabaro=C4=9Flu?= Date: Sat, 16 May 2020 09:55:43 +0300 Subject: [PATCH] fix --- layouts/live/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/live/list.html b/layouts/live/list.html index 54ae910..aa73015 100644 --- a/layouts/live/list.html +++ b/layouts/live/list.html @@ -81,6 +81,8 @@ function notActive(el) { if(el.classList.contains('active')) return el.classList.remove('active'); } - + setTimeout(() => { +document.getElementById("button-akgul").click(); +},3000); {{ end }} \ No newline at end of file