Răsfoiți Sursa

auto update script executed

Toby Chui 2 ani în urmă
părinte
comite
9dd9e5b8c8
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      web/components/status.html

+ 2 - 2
web/components/status.html

@@ -207,7 +207,7 @@
                 </tr>`);
             }
 
-            if (data.length == 0){
+            if (Object.keys(data).length == 0){
                 $("#countryCodetable").append(`<tr>
                     <td colspan="2">No Data</td>
                 </tr>`);
@@ -244,7 +244,7 @@
                 </tr>`);
             }
 
-            if (data.length == 0){
+            if (Object.keys(data).length == 0){
                 $("#forwardTypeTable").append(`<tr>
                     <td colspan="2">No Data</td>
                 </tr>`);