diff options
Diffstat (limited to 'files/zh-cn/web/api/websocket')
-rw-r--r-- | files/zh-cn/web/api/websocket/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/websocket/readystate/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/websocket/index.html b/files/zh-cn/web/api/websocket/index.html index dc534d928a..b7d624f8b7 100644 --- a/files/zh-cn/web/api/websocket/index.html +++ b/files/zh-cn/web/api/websocket/index.html @@ -153,5 +153,5 @@ socket.addEventListener('message', function (event) { </ul> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> diff --git a/files/zh-cn/web/api/websocket/readystate/index.html b/files/zh-cn/web/api/websocket/readystate/index.html index e4d7bd23fb..57247d931e 100644 --- a/files/zh-cn/web/api/websocket/readystate/index.html +++ b/files/zh-cn/web/api/websocket/readystate/index.html @@ -56,5 +56,5 @@ translation_of: Web/API/WebSocket/readyState <p>{{Compat("api.WebSocket.readyState")}}</p> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> |