X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;ds=sidebyside;f=raspberry-kiosk%2Fkiosk.js;h=90addfb9ec6544378e344a6c393b18d873b21a82;hb=1263fe34ac655a03a3f5b657ff9a0c6f85e95477;hp=4077087e65a98ef83e05d75a1c5ff6cf883c016c;hpb=a78f346fcf07e0019aa691e5cbc20c549a8c7e8f;p=svn42.git diff --git a/raspberry-kiosk/kiosk.js b/raspberry-kiosk/kiosk.js index 4077087..90addfb 100644 --- a/raspberry-kiosk/kiosk.js +++ b/raspberry-kiosk/kiosk.js @@ -23,7 +23,7 @@ function writeGooglePlusEvents(data, elem) } } ghtml += '
' - ghtml += '

'+item.updated+'

'; + ghtml += '

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

'; ghtml += '

'+notetxt+'

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