Commit 7e1ac9b3 authored by minseok.park's avatar minseok.park

test online status

parent 8df438ea
Pipeline #21366 passed with stages
in 3 minutes and 52 seconds
......@@ -61,6 +61,7 @@
// 네트워크 상태 확인 및 버튼 제어
function toggleChatButton () {
console.log(navigator.onLine)
if (!navigator.onLine) {
chatButton.style.display = 'none' // 오프라인 상태면 chatButton 숨김
} 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