aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/index.html
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-14 22:19:05 +0200
committerAymeric Augustin2013-10-14 23:30:04 +0200
commitf8538b692e0b209015e95655591be4f6bb3eec33 (patch)
tree5c36d4363f733a811ee95f85ba40a357e6851cc4 /example/templates/index.html
parentf4699b2333aa42024fce0f75c33cec7412747faf (diff)
downloaddjango-debug-toolbar-f8538b692e0b209015e95655591be4f6bb3eec33.tar.bz2
Update versions of JavaScript libraries.
Use Google's hosted libraries instead of vendoring. This is just for testing purposes and browser caching will help after the first access.
Diffstat (limited to 'example/templates/index.html')
-rw-r--r--example/templates/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/example/templates/index.html b/example/templates/index.html
index d7d8a2b..fd771e8 100644
--- a/example/templates/index.html
+++ b/example/templates/index.html
@@ -5,13 +5,12 @@
<title>Index of Tests</title>
</head>
<body>
-
<h1>Index of Tests</h1>
{% cache 10 index_cache %}
<ul>
- <li><a href="/jquery/index/">jQuery 1.2.6</a></li>
- <li><a href="/mootools/index/">MooTools 1.2.4</a></li>
- <li><a href="/prototype/index/">Prototype 1.6.1</a></li>
+ <li><a href="/jquery/">jQuery 2.0.3</a></li>
+ <li><a href="/mootools/">MooTools 1.4.5</a></li>
+ <li><a href="/prototype/">Prototype 1.7.1.0</a></li>
</ul>
{% endcache %}
</body>