Commit 82ce7300 authored by JC Brand's avatar JC Brand

Fixes #1222

parent 5836e9d8
......@@ -4,6 +4,7 @@
- Bugfix. Handler not triggered when submitting MUC password form 2nd time
- Bugfix. MUC features weren't being refreshed when saving the config form
- #1222 Adding a bookmark should prefill the room name
## 4.0.2 (2018-10-02)
......
......@@ -3,7 +3,7 @@
<legend>{{{o.heading}}}</legend>
<fieldset class="form-group">
<label for="converse_muc_bookmark_name">{{{o.label_name}}}</label>
<input class="form-control" type="text" name="name" required="required" id="converse_muc_bookmark_name"/>
<input class="form-control" type="text" value="{{{o.name}}}" name="name" required="required" id="converse_muc_bookmark_name"/>
</fieldset>
<fieldset class="form-group">
<label for="converse_muc_bookmark_nick">{{{o.label_nick}}}</label>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment