dever 6 years ago
parent
commit
0ba7f343ac
1 changed files with 4 additions and 0 deletions
  1. 4 0
      main/assets/mobile/content.html

+ 4 - 0
main/assets/mobile/content.html

@@ -98,5 +98,9 @@ function audioPlay(id){
 function audioPause(id){
     $('#auido_'+ id).find('.sound').removeClass('playing');
 }
+function emit(id,txt){
+    $('#live_note_'+ id).html(txt);
+}
+
 </script>
 </html>