Revert "Request all contacts when no filter"

This reverts commit 1c8b693656.
This commit is contained in:
Francis Lachapelle
2016-01-20 13:59:13 -05:00
parent 596c22d828
commit f1d0f770df

View File

@@ -24,8 +24,6 @@ function openContactsFolder(contactsFolder, reload, idx) {
if (searchValue && searchValue.length > 0)
url += ("&search=" + search["contacts"]["criteria"]
+ "&value=" + escape(searchValue.utf8encode()));
else
url += "&search=name_or_address&value=.";
var sortAttribute = sorting["attribute"];
if (sortAttribute && sortAttribute.length > 0)
url += ("&sort=" + sorting["attribute"]