fixed: js compression bug

This commit is contained in:
Alexandre Henriet 2013-04-04 22:50:34 +02:00
parent 2353c7edfd
commit ed8e9ed9b9
1 changed files with 1 additions and 3 deletions

View File

@ -68,7 +68,6 @@
</form>
{% endblock %}
{% block javascript %}
{% compress js inline %}
<script>
function refresh_characters_left() {
var characters_left = {{ max_characters }} - $('#id_content').val().length;
@ -81,5 +80,4 @@ $('#id_content').keyup(function() {
refresh_characters_left();
})
</script>
{% endcompress %}
{% endblock %}
{% endblock %}