|
|
@@ -151,7 +151,7 @@ function refresh() {
|
|
|
}
|
|
|
|
|
|
function loadValue(_type, _div, _style) {
|
|
|
- url = basepath + '/wasserzaehler.html?all=true&type=' + _type;
|
|
|
+ url = basepath + '/value?all=true&type=' + _type;
|
|
|
var xhttp = new XMLHttpRequest();
|
|
|
xhttp.onreadystatechange = function() {
|
|
|
if (this.readyState == 4 && this.status == 200) {
|