diff --git a/src/data/status1.html b/src/data/status1.html index 57fcbde..9419dd8 100644 --- a/src/data/status1.html +++ b/src/data/status1.html @@ -19,6 +19,7 @@

Home Automation Status

for(k in liveData){ kForId=(/[^a-zA-Z]/.test(k[0]) ? 'a' : '')+k; //k[0] is not in a-zA-Z then we need to add 'a' kForId=kForId.replace(/ /g,'_'); + kForId=kForId.replace(/\+/g,'plus'); if($(qsp+'#'+kForId) != undefined){ var existingElement= $(qsp+'#'+kForId+'Value'); if(existingElement.tagName=='INPUT'){