Skip to content

Commit e5f4564

Browse files
committed
Minor fix on intialize template
1 parent f4fa7b3 commit e5f4564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conversejs/templates/conversejs/includes/initialize.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
show_controlbox_by_default: {{ CONVERSEJS_SHOW_CONTROLBOX_BY_DEFAULT }},
1313
xhr_user_search: {{ CONVERSEJS_XHR_USER_SEARCH }},
1414
bosh_service_url: '{{ CONVERSEJS_BOSH_SERVICE_URL }}',
15-
show_only_online_users: '{{ CONVERSEJS_SHOW_ONLY_ONLINE_USERS }}',
16-
allow_contact_requests: '{{ CONVERSEJS_ALLOW_CONTACT_REQUESTS }}',
15+
show_only_online_users: {{ CONVERSEJS_SHOW_ONLY_ONLINE_USERS }},
16+
allow_contact_requests: {{ CONVERSEJS_ALLOW_CONTACT_REQUESTS }},
1717
jid: '{{ jid }}',
1818
sid: '{{ sid }}',
1919
rid: '{{ rid }}',

0 commit comments

Comments
 (0)