fix #2

Merged
ooguz merged 1 commits from livestream-fix into master 4 years ago
  1. 4
      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);
</script>
{{ end }}
Loading…
Cancel
Save