summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2015-06-21 15:06:44 +0100
committerexpo <expo@expobox.potato.hut>2015-06-21 15:06:44 +0100
commit4771f52b20785a9ea7ce7598922e5fb9265921a7 (patch)
tree077b396a6105414889c9b05faea0cded8a061f42 /templates
parent77ad85b05c4bff089a0e0dd698bbc7cb61b11865 (diff)
downloadtroggle-4771f52b20785a9ea7ce7598922e5fb9265921a7.tar.gz
troggle-4771f52b20785a9ea7ce7598922e5fb9265921a7.tar.bz2
troggle-4771f52b20785a9ea7ce7598922e5fb9265921a7.zip
Have different links for system js files and troggle js files
Diffstat (limited to 'templates')
-rw-r--r--templates/cavebase.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cavebase.html b/templates/cavebase.html
index 4b7c3b9..70be9c3 100644
--- a/templates/cavebase.html
+++ b/templates/cavebase.html
@@ -5,7 +5,7 @@
<title>{% block title %}{{ cave.official_name|safe }}{% endblock %}
</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
-<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/redmond/jquery-ui.css" />
+<link rel="stylesheet" type="text/css" href="{{ settings.JSLIB_URL }}jquery-ui/css/smoothness/jquery-ui.css" />
<script src="{{ settings.JSLIB_URL }}jquery/jquery.min.js" type="text/javascript"></script>
<script src="{{ settings.JSLIB_URL }}jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript">