Commit 22b66b0d authored by JC Brand's avatar JC Brand

Also fix #192 in 0.7.x branch

updates #192
parent e6cff4e8
......@@ -1485,7 +1485,7 @@
searchContacts: function (ev) {
ev.preventDefault();
$.getJSON(xhr_user_search_url+ "?q=" + $(ev.target).find('input.username').val(), function (data) {
$.getJSON(converse.xhr_user_search_url+ "?q=" + $(ev.target).find('input.username').val(), function (data) {
var $ul= $('.search-xmpp ul');
$ul.find('li.found-user').remove();
$ul.find('li.chat-info').remove();
......
Changelog
=========
0.7.5 (Unreleased)
------------------
* #192: Error: xhr_user_search_url is not defined. [jcbrand]
0.7.4 (2014-03-05)
------------------
......
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