aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/base.htm3
-rw-r--r--www/js/jquery.js (renamed from www/js/jquery-1.7.2.min.js)0
2 files changed, 1 insertions, 2 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index ed70252..7cf5505 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="{{css}}"/>
<link rel="stylesheet" href="/css/phorkie.css" />
<title>{% block title %}{% endblock %} - {{title}}</title>
- <script src="/js/jquery-1.7.2.min.js"></script>
+ <script src="/js/jquery.js"></script>
<script src="/js/phorkie.js"></script>
{% block meta %}{% endblock %}
</head>
@@ -69,6 +69,5 @@
<a href="https://sf.net/p/phorkie/">
<abbr title="GNU Affero General Public License">AGPL</abbr></a>.
</div>
-
</body>
</html>
diff --git a/www/js/jquery-1.7.2.min.js b/www/js/jquery.js
index 16ad06c..16ad06c 100644
--- a/www/js/jquery-1.7.2.min.js
+++ b/www/js/jquery.js