summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-12-09 12:13:08 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-12-09 12:13:08 -0500
commit368c62b96a13d4fc340c67bbfc4048e227269070 (patch)
treeb95f6107872ed32c5632aad61eb973522a2730d4 /templates/index.html
parent86250a6d49e69ff04d128d11bfa82d9a7b345bbf (diff)
downloadaskbot-368c62b96a13d4fc340c67bbfc4048e227269070.tar.gz
askbot-368c62b96a13d4fc340c67bbfc4048e227269070.tar.bz2
askbot-368c62b96a13d4fc340c67bbfc4048e227269070.zip
better selector of ignored questions, split javascript tag_selector into separate file, fixed question counter messages in the english lang file
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 68a13197..4041b863 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,7 +18,7 @@
});
</script>
<script type='text/javascript' src='{% href "/content/js/com.cnprog.editor.js" %}'></script>
- <script type='text/javascript' src='{% href "/content/js/com.cnprog.post.js" %}'></script>
+ <script type='text/javascript' src='{% href "/content/js/com.cnprog.tag_selector.js" %}'></script>
{% endblock %}
{% block content %}
<div class="tabBar">