diff --git a/docs/jsobjs.html b/docs/jsobjs.html
index d2363740996be549431ea6a95fe98dd875432081..641d255abf154e9ba786b740f6d858ac72be1d8f 100644
--- a/docs/jsobjs.html
+++ b/docs/jsobjs.html
@@ -11,7 +11,7 @@
 <body>
 <font face=arial,helvetica>
 <h1>Synchronet JavaScript Object Model Reference</h1>
-Generated for <b>Synchronet v3.19b</b>, compiled Jan  1 2022 23:46
+Generated for <b>Synchronet v3.19b</b>, compiled Jan  2 2022 15:24
 <br><font size=-1>
 Property and Method version numbers (when available) indicate the Synchronet version when the item was added or modified.
 </font>
@@ -3880,6 +3880,21 @@ Property and Method version numbers (when available) indicate the Synchronet ver
 <tr valign=top><td><b>ini_key_len</b><td>number
 <td>3.17
 <td>ini style: minimum key length (for left-justified white-space padded keys)
+<tr valign=top><td><b>ini_key_prefix</b><td>object
+<td>3.17
+<td>ini style: key prefix (e.g. '\t', null = default prefix)
+<tr valign=top><td><b>ini_section_separator</b><td>object
+<td>3.17
+<td>ini style: section separator (e.g. '\n', null = default separator)
+<tr valign=top><td><b>ini_value_separator</b><td>object
+<td>3.17
+<td>ini style: value separator (e.g. ' = ', null = default separator)
+<tr valign=top><td><b>ini_bit_separator</b><td>object
+<td>3.17
+<td>ini style: bit separator (e.g. ' | ', null = default separator)
+<tr valign=top><td><b>ini_literal_separator</b><td>object
+<td>3.17
+<td>ini style: literal separator (null = default separator)
 </table>
 <h2><a name=Archive_class>Archive class</a>
 <br><font size=-1>Class used for opening, creating, reading, or writing archive files on the local file system</font>
@@ -5979,4 +5994,4 @@ Property and Method version numbers (when available) indicate the Synchronet ver
 <tr valign=top><td><b>CMS_SPCOPUSINFO_URL</b><td>number
 </table>
 <p><small>
-Totals: 1374 properties, 462 methods
+Totals: 1379 properties, 462 methods