Commit 456497f1 authored by Romain Courteaud's avatar Romain Courteaud

romain_dev: thread fixup

parent 502d758f
...@@ -831,7 +831,8 @@ ...@@ -831,7 +831,8 @@
.onLoop(function () { .onLoop(function () {
// update relative time // update relative time
var now = new Date(); var now = new Date(),
gadget = this;
this.element.querySelectorAll("div.post_content > time").forEach( this.element.querySelectorAll("div.post_content > time").forEach(
function (element) { function (element) {
element.textContent = getRelativeTimeString( element.textContent = getRelativeTimeString(
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.22938.36309.58180</string> </value> <value> <string>989.22940.20056.59460</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1610705058.31</float> <float>1610705282.38</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment