summaryrefslogtreecommitdiffstats
path: root/js/dav
diff options
context:
space:
mode:
authorDaniel Landau <daniel@landau.fi>2017-01-02 20:21:44 +0200
committerDaniel Landau <daniel@landau.fi>2017-03-16 21:52:14 +0200
commit0575638e44eb89936ad5fde5a5aab1b2f77f4adb (patch)
treefa26221bfce8855e0a922a0610156e9094d0ca3f /js/dav
parentb01ee95aae57252a1e0c30327f67e8a969ffcdf4 (diff)
Get rid of nlimit, that didn't go anywhere
Signed-off-by: Daniel Landau <daniel@landau.fi>
Diffstat (limited to 'js/dav')
-rw-r--r--js/dav/lib/template/address_book_query.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/dav/lib/template/address_book_query.js b/js/dav/lib/template/address_book_query.js
index 70b3d8aa..3b6e5796 100644
--- a/js/dav/lib/template/address_book_query.js
+++ b/js/dav/lib/template/address_book_query.js
@@ -6,7 +6,6 @@ export default function addressBookQuery(object) {
<d:prop>
${object.props.map(prop)}
</d:prop>
- <card:limit><card:nresults>10</card:nresults></card:limit>
<!-- According to http://stackoverflow.com/questions/23742568/google-carddav-api-addressbook-multiget-returns-400-bad-request,
Google's CardDAV server requires a filter element. I don't think all addressbook-query calls need a filter in the spec though? -->
</card:addressbook-query>`