Parcourir la source

add hakka tts

ming il y a 3 ans
Parent
commit
49c51a2841
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: "資料已送出",