diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-10-06 22:20:41 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-10-24 14:59:09 +0200 |
| commit | e0cf2cf8d2612155bf5752f5978cdff8785a790a (patch) | |
| tree | 9b108f16ba8e34fa3a37d015437e90dfc5b2aec9 /data | |
| parent | 532f6a0c1d19a9d5e1013f93b2744cc4285838a8 (diff) | |
| download | phorkie-e0cf2cf8d2612155bf5752f5978cdff8785a790a.tar.gz phorkie-e0cf2cf8d2612155bf5752f5978cdff8785a790a.zip | |
Generic jquery.js for easy updating without editing files
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/base.htm | 3 |
1 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> |
