author | Lennard de Rijk <ljvderijk@gmail.com> |
Sun, 22 Feb 2009 21:00:25 +0000 | |
changeset 1468 | fa794d29cbae |
parent 1356 | 32d8d83678cd |
permissions | -rw-r--r-- |
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 |