dever 6 년 전
부모
커밋
9882779fc0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      main/assets/mobile/content.html

+ 2 - 2
main/assets/mobile/content.html

@@ -105,8 +105,8 @@ function audioPause(id){
 function emit(id,txt,type){
     $('#live_note_'+ id).html(txt);
     var href = $('#live_note_'+ id).attr('href');
-    var temp = href.split('note=');
-    href = href[0] + 'note=' + type;
+    var temp = href.split('&note=');
+    href = href[0] + '&note=' + type;
     $('#live_note_'+ id).attr('href', href);
 }