Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
dde815e0
Commit
dde815e0
authored
5 years ago
by
Christoph Scholz
Committed by
JC Brand
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow manual entry of jid with xhr_user_search_url
parent
d300be58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
CHANGES.md
CHANGES.md
+1
-0
dist/converse.js
dist/converse.js
+1
-5
src/templates/add_contact_modal.html
src/templates/add_contact_modal.html
+1
-1
No files found.
CHANGES.md
View file @
dde815e0
...
...
@@ -34,6 +34,7 @@
-
#1501: Don't prompt for a reason if
[
auto_join_on_invite
](
https://conversejs.org/docs/html/configuration.html#auto-join-on-invite
)
is
`true`
-
#1507: Make message id and origin-id identical in order to fix LMC with Conversations
-
#1508: Minimized bookmarked chatboxes should not be always maximized after page reload.
-
#1512: Allow manual entry of jid even with
[
xhr_user_search_url
](
https://conversejs.org/docs/html/configuration.html#xhr-user-search-url
)
## 4.1.2 (2019-02-22)
...
...
This diff is collapsed.
Click to expand it.
dist/converse.js
View file @
dde815e0
...
...
@@ -92165,11 +92165,7 @@ var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
__p += '<!-- src/templates/add_contact_modal.html -->\n<!-- Add contact Modal -->\n<div class="modal fade" id="add-contact-modal" tabindex="-1" role="dialog" aria-labelledby="addContactModalLabel" aria-hidden="true">\n <div class="modal-dialog" role="document">\n <div class="modal-content">\n <div class="modal-header">\n <h5 class="modal-title" id="addContactModalLabel">' +
__e(o.heading_new_contact) +
'</h5>\n <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>\n </div>\n <form class="converse-form add-xmpp-contact">\n <div class="modal-body">\n <div class="form-group ';
if (o._converse.xhr_user_search_url) { ;
__p += ' hidden ';
} ;
__p += '">\n <label class="clearfix" for="jid">' +
'</h5>\n <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>\n </div>\n <form class="converse-form add-xmpp-contact">\n <div class="modal-body">\n <div class="form-group">\n <label class="clearfix" for="jid">' +
__e(o.label_xmpp_address) +
':</label>\n <div class="suggestion-box suggestion-box__jid">\n <ul class="suggestion-box__results suggestion-box__results--above" hidden=""></ul>\n <input type="text" name="jid"\n ';
if (!o._converse.xhr_user_search_url) { ;
This diff is collapsed.
Click to expand it.
src/templates/add_contact_modal.html
View file @
dde815e0
...
...
@@ -8,7 +8,7 @@
</div>
<form
class=
"converse-form add-xmpp-contact"
>
<div
class=
"modal-body"
>
<div
class=
"form-group
{[ if (o._converse.xhr_user_search_url) { ]} hidden {[ } ]}
"
>
<div
class=
"form-group"
>
<label
class=
"clearfix"
for=
"jid"
>
{{{o.label_xmpp_address}}}:
</label>
<div
class=
"suggestion-box suggestion-box__jid"
>
<ul
class=
"suggestion-box__results suggestion-box__results--above"
hidden=
""
></ul>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment