dever hace 6 años
padre
commit
0ba7f343ac
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>