X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=raspberry-kiosk%2Fkiosk.js;h=6d7c33e7ce6b451fb597eaa5726b9ac750a04e14;hb=8b401ed1221c0a3c62e0248ce632ef49f2151c6e;hp=4077087e65a98ef83e05d75a1c5ff6cf883c016c;hpb=a78f346fcf07e0019aa691e5cbc20c549a8c7e8f;p=svn42.git diff --git a/raspberry-kiosk/kiosk.js b/raspberry-kiosk/kiosk.js index 4077087..6d7c33e 100644 --- a/raspberry-kiosk/kiosk.js +++ b/raspberry-kiosk/kiosk.js @@ -12,7 +12,11 @@ function writeGooglePlusEvents(data, elem) { for (var a=0; a

'+item.updated+'

'; + ghtml += '

'+item.updated.substring(0,16).replace("T"," ")+'

'; ghtml += '

'+notetxt+'

'; if (noteimg) { @@ -106,7 +110,7 @@ function writeAnwesenheitStatus(data) { $.each( data.sensors[s], function(stype, std){ $.each( std, function(swhere, svalue){ - sensorstd+=''+stype+'
'+swhere+': '+svalue+''; + sensorstd+=''+stype+'
'+swhere+': '+svalue+''; }); }); }