From dc64751cc19a6cf7d670e09af5be24a9a1e49db6 Mon Sep 17 00:00:00 2001 From: kenu Date: Thu, 20 Jun 2024 13:58:28 +0900 Subject: [PATCH] wcs issue 5511130206 --- web/public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/index.js b/web/public/js/index.js index 2a95c3f..0c31076 100644 --- a/web/public/js/index.js +++ b/web/public/js/index.js @@ -42,7 +42,7 @@ function showChannel(name, customUrl) { const html = `➡️ ${name}` document.getElementById('channelLink').innerHTML = html location.hash = name - wcs.event('showChannel', name) + wcs?.event('showChannel', name) gtag('event', 'level_end', { level_name: '시작됩니다...' + name, success: true,