Add scripts to create myops-getqueryview:
[myops.git] / web / query / _attachments / script / app.js
1 $.couch.app(function(app) {
2   $('.date').prettyDate();
3
4   $("#account").evently($.extend(true, 
5     app.ddoc.vendor.couchapp.evently.account, 
6     app.ddoc.evently.account), app);
7 });