From d073763440f93c633b69175af6743bc8306ab999 Mon Sep 17 00:00:00 2001 From: gdamms Date: Fri, 20 May 2022 15:12:23 +0200 Subject: [PATCH] =?UTF-8?q?ch=C3=A9pakoi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/front/pixels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/pixels.js b/src/front/pixels.js index 1ebf45c..ac60309 100644 --- a/src/front/pixels.js +++ b/src/front/pixels.js @@ -24,7 +24,7 @@ function setPixels(pixelsJSON) { row.innerHTML += '' + '
' + - '
' + pixel.owner + '
' + + '
' + pixel.owner_username + '
' + '
' + pixel.description + '
' + '
' + '
' + @@ -40,4 +40,4 @@ const updatePixels = async () => { } updatePixels(); -setInterval(updatePixels, 2000); +setInterval(updatePixels, 10000);