Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / account / loggedIn / after.js
diff --git a/web/query/vendor/couchapp/evently/account/loggedIn/after.js b/web/query/vendor/couchapp/evently/account/loggedIn/after.js
new file mode 100644 (file)
index 0000000..90a15b0
--- /dev/null
@@ -0,0 +1,4 @@
+function(e, r) {
+  $$(this).userCtx = r.userCtx;
+  $$(this).info = r.info;
+};
\ No newline at end of file