←上一编辑下一编辑→ MediaWiki:Common.js (查看源代码) 2021年4月6日 (二) 01:10的版本 删除33字节 、 2021年4月6日 (二) 01:10 小无编辑摘要第45行: 第45行: a.preload = 'none'; a.preload = 'none'; − a.onplaying = function () { − currentPlaying = a; − this.classList.add('audio-player-playing'); − this.classList.remove('audio-player-paused'); − }; a.onpause = function () { a.onpause = function () { this.classList.add('audio-player-paused'); this.classList.add('audio-player-paused'); 第72行: 第67行: if (a.paused) { if (a.paused) { a.play(); a.play(); + currentPlaying = a; + this.classList.add('audio-player-playing'); + this.classList.remove('audio-player-paused'); } } else { else { UN1C0DE评论管理员、界面管理员、管理员、优质编辑366个编辑