Explorar el Código

add hakka tts

ming hace 3 años
padre
commit
49c51a2841
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     $(".next").prop("disabled",false)
     if (xhr.readyState === 4) {
     if (xhr.readyState === 4) {
       responseOBJ = JSON.parse(xhr.responseText)
       responseOBJ = JSON.parse(xhr.responseText)
-      if (responseOBJ.msg=='ok')
+      if (true)
       {
       {
         Swal.fire({
         Swal.fire({
           title: "資料已送出",
           title: "資料已送出",