From: Justin J. Novack Date: Sun, 7 Oct 2012 02:20:41 +0000 (-0400) Subject: Generic jquery.js for easy updating without editing files X-Git-Tag: v0.4.0~122 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/e0cf2cf8d2612155bf5752f5978cdff8785a790a Generic jquery.js for easy updating without editing files --- 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 @@ {% block title %}{% endblock %} - {{title}} - + {% block meta %}{% endblock %} @@ -69,6 +69,5 @@ AGPL. - diff --git a/www/js/jquery-1.7.2.min.js b/www/js/jquery.js similarity index 100% rename from www/js/jquery-1.7.2.min.js rename to www/js/jquery.js