app/soc/templates/soc/timeline/edit.html
changeset 1358 6be502a1bcc6
parent 1211 b0dd54907caf
child 1359 582661519e5d
--- a/app/soc/templates/soc/timeline/edit.html	Sun Feb 15 20:26:15 2009 +0000
+++ b/app/soc/templates/soc/timeline/edit.html	Sun Feb 15 20:27:09 2009 +0000
@@ -12,17 +12,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 {% endcomment %}
-{% block scripts %}
-<script type="text/javascript" src="/jquery/jquery-ui.core.js"></script>
-<script type="text/javascript" src="/jquery/jquery-ui.datetimepicker.js"></script>
-<link rel="stylesheet" type="text/css" media="screen" href="/soc/content/css/ui.datetimepicker.css">
-<script type="text/javascript" charset="utf-8">
-    $(function()
-    {
-		$('.datetime-pick').datetimepicker();
-    });
-</script>
-{% endblock %}
+
 {% block instructions %}
 {{ block.super }} Note that all times are in UTC.
 {% endblock %}