app/soc/content/js/datetime-loader.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 01 Mar 2009 15:10:43 +0000
changeset 1576 fc065bbf3ac8
parent 1356 32d8d83678cd
permissions -rw-r--r--
Add missing thickbox file into soc/content/images and fix the url to this file in jquery-thickbox.css. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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