DmitrMakeev commited on
Commit
3c45cc6
1 Parent(s): fb332b3

Update zapro.html

Browse files
Files changed (1) hide show
  1. zapro.html +1 -1
zapro.html CHANGED
@@ -39,7 +39,7 @@
39
  method: "GET",
40
  dataType: "json",
41
  success: function(response) {
42
- updateValues(response.dey, response.wek, response.ph, response.ec);
43
  }
44
  });
45
  }
 
39
  method: "GET",
40
  dataType: "json",
41
  success: function(response) {
42
+ updateValues(response.dey, response.wek, response.ph, response.ec, response.tS, response.tA);
43
  }
44
  });
45
  }