jQuery serwowane lokalnie.
authorLukasz Rekucki <lreqc@lothlorien.(none)>
Mon, 17 Aug 2009 12:30:12 +0000 (14:30 +0200)
committerLukasz Rekucki <lreqc@lothlorien.(none)>
Mon, 17 Aug 2009 12:30:12 +0000 (14:30 +0200)
project/templates/base.html

index 515a02e..7ddfc18 100644 (file)
@@ -5,7 +5,7 @@
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
         <title>{% block title %}Platforma Redakcyjna{% endblock %}</title>
         <link rel="stylesheet" href="/static/css/master.css" type="text/css" />
-        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+        <script src="/static/js/jquery.js" type="text/javascript" charset="utf-8"></script>
         {% block extrahead %}
         {% endblock %}
     </head>