dever 6 năm trước cách đây
mục cha
commit
0ba7f343ac
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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>