app/soc/content/js/datetime-loader.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 20:14:51 +0000
changeset 1442 8eec34007e80
parent 1356 32d8d83678cd
permissions -rw-r--r--
Specify how to walk the scope up to another scope This will be used by document ACL later. Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1356
32d8d83678cd Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
$(function()
32d8d83678cd Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     2
{
32d8d83678cd Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     3
$('.datetime-pick').datetimepicker();
32d8d83678cd Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     4
});
32d8d83678cd Make various JS methods into their own file
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     5