~tim-alwaysreformed/reformedchurcheslocator/rcl-backbone-test_for_directory_type

« back to all changes in this revision

Viewing changes to vendor/couchapp/evently/account/loggedIn/data.js

  • Committer: Tim Black
  • Date: 2012-04-11 05:59:38 UTC
  • Revision ID: tim@alwaysreformed.com-20120411055938-ol24g07q32msyg2f
Re-include default couchapp login div, remove unnecessary templates, JavaScript files, and functions, install Evently

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function(e, r) {
 
2
  return {
 
3
    name : r.userCtx.name,
 
4
    uri_name : encodeURIComponent(r.userCtx.name),
 
5
    auth_db : encodeURIComponent(r.info.authentication_db)
 
6
  };
 
7
}
 
 
b'\\ No newline at end of file'