From f1d0f770df215631aff5d05e4cebac4b0076d25d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 20 Jan 2016 13:59:13 -0500 Subject: [PATCH] Revert "Request all contacts when no filter" This reverts commit 1c8b693656bfb79445fce3c99a97534c228de163. --- UI/WebServerResources/ContactsUI.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 1fa869782..86782e2ae 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -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"]