X-Git-Url: http://git.onelab.eu/?p=myops.git;a=blobdiff_plain;f=web%2Fquery%2F_attachments%2Fscript%2Fapp.js;fp=web%2Fquery%2F_attachments%2Fscript%2Fapp.js;h=d4780ee0b62db452a82854edb54136f8b3e6f595;hp=0000000000000000000000000000000000000000;hb=85070b3d456667f238051af1a2f1f2a0c12300ab;hpb=607f0e13927eb18075c375fa9ba5527da4fcbb44 diff --git a/web/query/_attachments/script/app.js b/web/query/_attachments/script/app.js new file mode 100644 index 0000000..d4780ee --- /dev/null +++ b/web/query/_attachments/script/app.js @@ -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