* Adjust zin js end symbol.

This commit is contained in:
caoyanyi
2024-01-08 10:50:59 +08:00
parent 36363b0bec
commit 4a18d712a2
+1 -1
View File
@@ -8,4 +8,4 @@ window.setMultipleCell = function(value, pairs, delimiter)
if(value) result.push(pairs[value]);
});
return result.join(delimiter);
}
};