Skip to content

Commit

Permalink
wcs issue 5511130206
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Jun 20, 2024
1 parent e0fac5b commit dc64751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function showChannel(name, customUrl) {
const html = `<a href="https://www.youtube.com/${customUrl}" target="_blank">➡️<em> ${name}</em></a>`
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,
Expand Down

0 comments on commit dc64751

Please sign in to comment.