diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-10 20:59:55 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-10 20:59:55 -0400 |
commit | da45f4a0e60f7f1fa4be77b3714600abea180f92 (patch) | |
tree | 3442f7339b562311744075b53d6110d6945b35d2 | |
parent | dc389ac8529df0cbb21d54c2020b24681d03cec2 (diff) |
fixed path to compressed natparks.js
-rw-r--r-- | templates/archives/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archives/projects.html b/templates/archives/projects.html index 89ba1ab..da60af4 100644 --- a/templates/archives/projects.html +++ b/templates/archives/projects.html @@ -31,4 +31,4 @@ </article> {% endblock %} -{% block js %}<script src="/media/js/hyphenate.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file +{% block js %}<script src="/media/js/hyphenate.min.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file |