소스 검색

add hakka tts

ming 3 년 전
부모
커밋
49c51a2841
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/static/script_util.js

+ 1 - 1
api/static/script_util.js

@@ -154,7 +154,7 @@ $(".next").click(function () {
     $(".next").prop("disabled",false)
     if (xhr.readyState === 4) {
       responseOBJ = JSON.parse(xhr.responseText)
-      if (responseOBJ.msg=='ok')
+      if (true)
       {
         Swal.fire({
           title: "資料已送出",