Commit 8df438ea authored by minseok.park's avatar minseok.park

fix lint

parent b05ab510
Pipeline #21359 passed with stages
in 3 minutes and 53 seconds
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
` `
// 네트워크 상태 확인 및 버튼 제어 // 네트워크 상태 확인 및 버튼 제어
function toggleChatButton() { function toggleChatButton () {
if (!navigator.onLine) { if (!navigator.onLine) {
chatButton.style.display = 'none' // 오프라인 상태면 chatButton 숨김 chatButton.style.display = 'none' // 오프라인 상태면 chatButton 숨김
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment