Skip to content

Commit 505a2fb

Browse files
committed
Omit any field that is not present in ShareData.
No longer creates a "key=" parameter (with an empty value) if the field is missing in the shared data. Closes #45.
1 parent 831726d commit 505a2fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,7 @@ <h3>
474474
<li>Let <var>value</var> be the value of
475475
<var>data</var>[<var>member</var>].
476476
</li>
477-
<li>If <var>value</var> is <code>undefined</code>, set
478-
<var>value</var> to an empty string.
477+
<li>If <var>value</var> is <code>undefined</code>, then continue.
479478
</li>
480479
<li>
481480
<a data-cite="!INFRA#list-append">Append</a> to <var>entry

0 commit comments

Comments
 (0)