summaryrefslogtreecommitdiff
path: root/program/templates/day_schedule.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/day_schedule.html')
-rw-r--r--program/templates/day_schedule.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index 7a371e6..61005dd 100644
--- a/program/templates/day_schedule.html
+++ b/program/templates/day_schedule.html
@@ -1,10 +1,9 @@
<html>
<head>
<title>Tagesansicht {{ day|date:"l, d.m.Y" }} &mdash; Radio Helsinki - Freies Radio Graz</title>
- <link type="text/css" href="/program/static/js/jqueryui/jquery-ui.css" rel="stylesheet"/>
<script type="text/javascript" src="/program/static/js/jquery/jquery.min.js"></script>
- <script type="text/javascript" src="/program/static/js/jqueryui/jquery-ui.min.js"></script>
- <script type="text/javascript" src="/program/static/js/jqueryui/ui/jquery.ui.datepicker.min.js"></script>
+ <script type="text/javascript" src="/program/static/js/jquery-ui/jquery-ui.min.js"></script>
+ <script type="text/javascript" src="/program/static/js/jquery-ui/ui/jquery.ui.datepicker.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#calendar").datepicker({