DmitrMakeev commited on
Commit
7fa7dc7
1 Parent(s): e40f660

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +1 -1
settings.html CHANGED
@@ -49,7 +49,7 @@ input[type="number"] {
49
 
50
  function updateValues(data) {
51
  document.getElementById("pH_eep").textContent = data.ph_eep;
52
-
53
 
54
  }
55
 
 
49
 
50
  function updateValues(data) {
51
  document.getElementById("pH_eep").textContent = data.ph_eep;
52
+ document.getElementById("ph_on_eep").textContent = data.ph_on_eep;
53
 
54
  }
55