summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2013-03-08 21:53:17 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2013-03-08 21:53:17 (GMT)
commit19d1fca5a746bebe4653e41ee85f4f8533654daf (patch)
tree1558810a62e382066e7f2573ac4bad6fb9e349e9
parentf0df4385f08b8891439476e3a0905bd43463830c (diff)
removed reference to local tiny_mce
-rw-r--r--templates/program/day_schedule.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html
index 2ed108d..bb97004 100644
--- a/templates/program/day_schedule.html
+++ b/templates/program/day_schedule.html
@@ -1,11 +1,11 @@
<html>
<head>
<title>Tagesansicht {{ day|date:"l, d.m.Y" }} &mdash; Radio Helsinki - Freies Radio Graz</title>
- <script type="text/javascript" src="/program/static/js/jquery-1.6.1/jquery.min.js"></script>
- <script type="text/javascript" src="/program/static/js/jqueryui-custom-1.8.14/jquery-ui.min.js"></script>
- <script type="text/javascript" src="/program/static/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js"></script>
+ <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/jquery.ui.datepicker-de.js"></script>
<script type="text/javascript" src="/program/static/programcalendar.js"></script>
- <link type="text/css" href="/program/static/js/jqueryui-custom-1.8.14/jquery-ui.css" rel="stylesheet" />
+ <link type="text/css" href="/program/static/js/jqueryui/jquery-ui.css" rel="stylesheet" />
</head>
<body>