From f49286672cacdbcce59e74314b8865d634eb63bb Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:22:55 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 98226e7..8baf944 100644 --- a/index.html +++ b/index.html @@ -2310,7 +2310,7 @@ function add_row(data, key) { if (data != null) { data["_key"] = key; - if (JSON.stringify(row2[key]) != JSON.stringify(data)) { + if (JSON.stringify(rows2[key]) != JSON.stringify(data)) { console.log("SC:Updated:", data) } rows2[key] = data;