File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2591,8 +2591,6 @@ function refresh() {
25912591 return ;
25922592 }
25932593
2594- console . log ( vehicles ) ;
2595-
25962594 if ( ajax_inprogress_old == wvar . query ) {
25972595 if ( vehicles . hasOwnProperty ( wvar . query ) ) {
25982596 return ;
@@ -2674,7 +2672,7 @@ function refreshSingle(serial, first) {
26742672 }
26752673 return ;
26762674 }
2677-
2675+
26782676 if ( ajax_inprogress_old == wvar . query ) {
26792677 if ( vehicles . hasOwnProperty ( wvar . query ) ) {
26802678 return ;
@@ -2716,8 +2714,6 @@ function refreshSingle(serial, first) {
27162714
27172715function refreshSingleOld ( serial ) {
27182716
2719- console . log ( vehicles ) ;
2720-
27212717 if ( ajax_inprogress_old == wvar . query ) {
27222718 if ( vehicles . hasOwnProperty ( wvar . query ) ) {
27232719 return ;
You can’t perform that action at this time.
0 commit comments