Commit 53f87b56 authored by JC Brand's avatar JC Brand

Include the search_contacts templates. updates #216

parent b039b1d8
Changelog
=========
0.8.1 (Unreleased)
------------------
* #216 Contacts tab empty when using xhr_user_search. [hcderaad and jcbrand]
0.8.1 (2014-08-23)
------------------
......
......@@ -35,6 +35,7 @@ define("converse-templates", [
"tpl!src/templates/roster",
"tpl!src/templates/roster_item",
"tpl!src/templates/select_option",
"tpl!src/templates/search_contact",
"tpl!src/templates/status_option",
"tpl!src/templates/toggle_chats",
"tpl!src/templates/toolbar",
......@@ -77,9 +78,10 @@ define("converse-templates", [
roster: arguments[33],
roster_item: arguments[34],
select_option: arguments[35],
status_option: arguments[36],
toggle_chats: arguments[37],
toolbar: arguments[38],
trimmed_chat: arguments[39]
search_contact: arguments[36],
status_option: arguments[37],
toggle_chats: arguments[38],
toolbar: arguments[39],
trimmed_chat: arguments[40]
};
});
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