Add scripts to create myops-getqueryview:
[myops.git] / web / query / _attachments / script / app.js
diff --git a/web/query/_attachments/script/app.js b/web/query/_attachments/script/app.js
new file mode 100644 (file)
index 0000000..d4780ee
--- /dev/null
@@ -0,0 +1,7 @@
+$.couch.app(function(app) {
+  $('.date').prettyDate();
+
+  $("#account").evently($.extend(true, 
+    app.ddoc.vendor.couchapp.evently.account, 
+    app.ddoc.evently.account), app);
+});
\ No newline at end of file