app/soc/content/js/datetime-loader.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Feb 2009 20:25:35 +0000
changeset 1356 32d8d83678cd
permissions -rw-r--r--
Make various JS methods into their own file This facilitates re-use of these files. Patch by: Sverre Rabbelier

$(function()
{
$('.datetime-pick').datetimepicker();
});