Remove useless js

humitos/django/compatibility
Santos Gallegos 2018-02-28 15:47:22 -05:00
parent 5814aeff57
commit 16f3527b76
1 changed files with 0 additions and 13 deletions

View File

@ -56,16 +56,3 @@
</form>
{% endif %}
{% endblock %}
{% block footerjs %}
$('#id_project').autocomplete({
source: '{% url "search_autocomplete" %}',
minLength: 2,
open: function(event, ui) {
ac_top = $('.ui-autocomplete').css('top');
$('.ui-autocomplete').css({'width': '233px', 'top': ac_top + 10 });
}
});
{% endblock %}