Update index.html
This commit is contained in:
@@ -2310,7 +2310,7 @@
|
|||||||
function add_row(data, key) {
|
function add_row(data, key) {
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
data["_key"] = key;
|
data["_key"] = key;
|
||||||
if (JSON.stringify(row2[key]) != JSON.stringify(data)) {
|
if (JSON.stringify(rows2[key]) != JSON.stringify(data)) {
|
||||||
console.log("SC:Updated:", data)
|
console.log("SC:Updated:", data)
|
||||||
}
|
}
|
||||||
rows2[key] = data;
|
rows2[key] = data;
|
||||||
|
|||||||
Reference in New Issue
Block a user