app/soc/content/js/datetime-loader-090825.js
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 17 Sep 2009 22:05:42 +0200
changeset 2943 8086f6562353
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Fixed error in mentor field cleaning, the list of mentors was never resolved.

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