diff --git a/ChatTwo/Http/static/start.js b/ChatTwo/Http/static/start.js index c8e1db6..3f8f45a 100644 --- a/ChatTwo/Http/static/start.js +++ b/ChatTwo/Http/static/start.js @@ -84,7 +84,7 @@ channelElement.firstChild.innerText = `(Locked) ${channelElement.firstChild.innerText}`; this.elements.channelSelect.style.pointerEvents = 'none'; } else { - this.elements.channelSelect.style.pointerEvents = 'auto'; + this.elements.channelSelect.style.removeProperty('pointer-events'); } this.elements.channelHint.appendChild(channelElement);