app/soc/content/js/datetime-loader-090825.js
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sun, 27 Sep 2009 23:31:39 +0200
changeset 2982 eeee8c854438
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier

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