diff options
Diffstat (limited to 'files/zh-cn/learn/javascript/first_steps/what_is_javascript')
-rw-r--r-- | files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html index 39461e4c4e..313a02adc1 100644 --- a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html @@ -497,5 +497,5 @@ for (let i = 0; i < buttons.length; i++) { </ul> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> |