app/soc/content/js/datetime-loader.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 01 Mar 2009 15:13:28 +0000
changeset 1577 b0bb5c8b5f78
parent 1356 32d8d83678cd
permissions -rw-r--r--
Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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