File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3567,7 +3567,7 @@ function liveData() {
35673567 } ;
35683568
35693569 function connectionError ( error ) {
3570- $ ( "#stText" ) . text ( "error |" ) ;
3570+ $ ( "#stText" ) . text ( "conn. error |" ) ;
35713571 clientConnected = false ;
35723572 clientActive = false ;
35733573 if ( ! document . getElementById ( "stTimer" ) . classList . contains ( 'friendly-dtime' ) ) {
@@ -3642,10 +3642,10 @@ function liveData() {
36423642 $ ( "#stTimer" ) . attr ( "data-timestamp" , dateNow ) ;
36433643 $ ( "#stText" ) . text ( "websocket |" ) ;
36443644 } else if ( ( dateNow - new Date ( frame . time_received ) . getTime ( ) ) > 150000 ) {
3645- $ ( "#stText" ) . text ( "error |" ) ;
3645+ $ ( "#stText" ) . text ( "data error |" ) ;
36463646 refresh ( ) ;
36473647 } else {
3648- $ ( "#stText" ) . text ( "error |" ) ;
3648+ $ ( "#stText" ) . text ( "data error |" ) ;
36493649 }
36503650 }
36513651 }
You can’t perform that action at this time.
0 commit comments