yhliang
2023-05-18 db77a41e29d5c190d1bbc0d7698e384f14fa8168
funasr/runtime/html5/static/main.js
@@ -59,6 +59,7 @@
   } else if ( connState === 2 ) {
      stop();
      console.log( 'connecttion error' );
      setTimeout(function(){btnStart.disabled = true;info_div.innerHTML='connecttion error';}, 4000 );
   }
}