mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix conditional sections
This commit is contained in:
parent
652fc6abcd
commit
0af9047b64
@ -2980,7 +2980,7 @@ define([
|
||||
if (results.hasOwnProperty(uid)) { return results[uid]; }
|
||||
APP.formBlocks.some(function (data) {
|
||||
if (!data.getValue) { return; }
|
||||
if (data.uid === uid) {
|
||||
if (data.uid === String(uid)) {
|
||||
results[uid] = data.getValue();
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user