Commit e13a05402f6f7356944526fb8a1685989b085eb6

Authored by ykxie
1 parent cfc97624

Showing 1 changed file with 10 additions and 0 deletions
src/v1.1/player.html
... ... @@ -220,5 +220,15 @@
220 220 <script src="../js/gbdebug/mode/clike/clike.js"></script>
221 221 <script src="../js/gbdebug/mode/php/php.js"></script>
222 222 <script src="../js/gbdebug/mode/python/python.js"></script>
  223 +
  224 +<script>
  225 +$(function(){
  226 + window.pauseAudio = function(){
  227 + alert('999999')
  228 + $.AudioPlayer.pause();
  229 + alert('00000')
  230 + }
  231 +})
  232 +</script>
223 233 </body>
224 234 </html>
225 235 \ No newline at end of file
... ...