Mercurial > hg > Feedworm
view backend/couchdb/CouchApp/feedworm/views/preference/map.js @ 194:2c91b5653878
enable/disable using the proxy via a preference setting
author | dirk |
---|---|
date | Fri, 07 Oct 2011 07:00:44 +0200 |
parents | a5bda54309ba |
children |
line wrap: on
line source
function(doc) { if (doc.doctype == "preferences") { emit(doc._id, doc) } }